Class MediaPacketSourceConfiguration

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll

Provides means to configure properties and handle events for MediaPacketSource.

C#
Copy
public class MediaPacketSourceConfiguration
Inheritance
object
MediaPacketSourceConfiguration

Events

View Source

BufferStatusChanged

Occurs when the buffer underruns or overflows.

Declaration
C#
Copy
public event EventHandler<MediaPacketBufferStatusChangedEventArgs> BufferStatusChanged
Event Type
Type Description
System.EventHandler<TEventArgs><MediaPacketBufferStatusChangedEventArgs>
Remarks

The event handler will be executed on an internal thread.

See Also