Class BufferStatusChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.MediaCodec
- Assembly:
- Tizen.Multimedia.MediaCodec.dll
- API Level:
- 3
Provides data for the BufferStatusChanged event.
C#Copypublic class BufferStatusChangedEventArgs : EventArgs
- Inheritance
-
System.ObjectSystem.EventArgsBufferStatusChangedEventArgs
Constructors
View Source
BufferStatusChangedEventArgs(MediaCodecStatus)
Initializes a new instance of the BufferStatusChangedEventArgs class.
Declaration
C#Copypublic BufferStatusChangedEventArgs(MediaCodecStatus status)
Parameters
Type | Name | Description |
---|---|---|
MediaCodecStatus | status | The value representing new status of the codec. |
API Level: 3
Properties
Declaration
C#Copypublic MediaCodecStatus Status { get; }
Property Value
Type | Description |
---|---|
MediaCodecStatus |