Class MediaPacketSourceConfiguration
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides means to configure properties and handle events for MediaPacketSource.
C#Copypublic class MediaPacketSourceConfiguration
- Inheritance
-
objectMediaPacketSourceConfiguration
Events
Declaration
C#Copypublic event EventHandler<MediaPacketBufferStatusChangedEventArgs> BufferStatusChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><MediaPacketBufferStatusChangedEventArgs> |
Remarks
The event handler will be executed on an internal thread.