Class MediaPacketSourceConfiguration
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides means to configure properties and handle events for MediaPacketSource.
public class MediaPacketSourceConfiguration
- Inheritance
-
objectMediaPacketSourceConfiguration
Events
View SourceBufferStatusChanged
Occurs when the buffer underruns or overflows.
Declaration
public event EventHandler<MediaPacketBufferStatusChangedEventArgs> BufferStatusChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><MediaPacketBufferStatusChangedEventArgs> |
Remarks
The event handler will be executed on an internal thread.