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