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