Class MuxedStreamDeliveredEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Recorder.dll
Provides data for the MuxedStreamDelivered event.
C#Copypublic class MuxedStreamDeliveredEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsMuxedStreamDeliveredEventArgs
Properties
Declaration
C#Copypublic long Offset { get; }
Property Value
| Type | Description |
|---|---|
| long |
Declaration
C#Copypublic 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.