Class MuxedStreamDeliveredEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Recorder.dll
API Level:
3

Provides data for the MuxedStreamDelivered event.

C#
Copy
public class MuxedStreamDeliveredEventArgs : EventArgs
Inheritance
System.Object
MuxedStreamDeliveredEventArgs

Properties

View Source

Offset

The file offset where the buffer will be written.

Declaration
C#
Copy
public long Offset { get; }
Property Value
Type Description
System.Int64
API Level: 3
View Source

Stream

Gets the stream buffer that will be recordered.

Declaration
C#
Copy
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.

API Level: 3