Class MuxedStreamDeliveredEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Recorder.dll
Provides data for the MuxedStreamDelivered event.
public class MuxedStreamDeliveredEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsMuxedStreamDeliveredEventArgs
Properties
View SourceOffset
The file offset where the buffer will be written.
Declaration
public long Offset { get; }
Property Value
Type | Description |
---|---|
long |
Stream
Gets the stream buffer that will be recordered.
Declaration
public IMediaBuffer Stream { get; }
Property Value
Type | Description |
---|---|
IMediaBuffer |
Remarks
This buffer is read-only and only valid in the event.
Any attempt to access to this buffer after the event ends will throw an exception.