Class MediaStreamConfiguration
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
Provides a means to configure properties and handle events for Media
public class MediaStreamConfiguration
- Inheritance
-
objectMedia
Stream Configuration
Properties
View SourceBufferMaxSize
Gets or sets the max size of the buffer.
Declaration
public ulong BufferMaxSize { get; set; }
Property Value
Type | Description |
---|---|
ulong | The max size of the buffer. The default is 200000. |
Remarks
If the buffer level overflows the max size, Buffer
Exceptions
Type | Condition |
---|---|
System. |
The Media |
System. |
|
See Also
View SourceBufferMinThreshold
Gets or sets the minimum threshold of the buffer.
Declaration
public uint BufferMinThreshold { get; set; }
Property Value
Type | Description |
---|---|
uint | The minimum threshold of the buffer in percentage. The default is zero. |
Remarks
If the buffer level drops below the threshold value, Buffer
Exceptions
Type | Condition |
---|---|
System. |
The Media |
System. |
|
See Also
Events
View SourceBufferStatusChanged
Occurs when the buffer underruns or overflows.
Declaration
public event EventHandler<MediaStreamBufferStatusChangedEventArgs> BufferStatusChanged
Event Type
Type | Description |
---|---|
System. |
Remarks
The event handler will be executed on an internal thread.
See Also
View SourceSeekingOccurred
Occurs when the seeking is requested.
Declaration
public event EventHandler<MediaStreamSeekingOccurredEventArgs> SeekingOccurred
Event Type
Type | Description |
---|---|
System. |
Remarks
The event handler will be executed on an internal thread.