Class BufferStatusChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Media
Codec
- Assembly:
- Tizen.Multimedia.MediaCodec.dll
Provides data for the Buffer
public class BufferStatusChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args BufferStatus Changed Event Args
Constructors
View SourceBufferStatusChangedEventArgs(MediaCodecStatus)
Initializes a new instance of the BufferStatusChangedEventArgs class.
Declaration
public BufferStatusChangedEventArgs(MediaCodecStatus status)
Parameters
Type | Name | Description |
---|---|---|
Media |
status | The value representing new status of the codec. |
Exceptions
Type | Condition |
---|---|
System. |
The required feature is not supported. |
Properties
View SourceStatus
Gets the value indicating the new status of the codec.
Declaration
public MediaCodecStatus Status { get; }
Property Value
Type | Description |
---|---|
Media |