Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Recorder.dll
- API Level:
- 4
public class AudioStreamStoringEventArgs : EventArgs
- Inheritance
-
System.Object
System.EventArgs
AudioStreamStoringEventArgs
Properties
Declaration
public int Channels { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 4
Declaration
public IMediaBuffer Stream { get; }
Property Value
API Level: 4
View Source
Gets the timestamp(PTS) of stream buffer in milliseconds.
Declaration
public long Timestamp { get; }
Property Value
Type |
Description |
System.Int64 |
|
API Level: 4
Declaration
public AudioSampleType Type { get; }
Property Value
API Level: 4