Class BufferStatusChangedEventArgs

Definition

Namespace:
Tizen.Multimedia.MediaCodec
Assembly:
Tizen.Multimedia.MediaCodec.dll
API Level:
3
Feature:
http://tizen.org/feature/multimedia.media_codec

Provides data for the BufferStatusChanged event.

C#
Copy
public class BufferStatusChangedEventArgs : EventArgs
Inheritance
BufferStatusChangedEventArgs

Constructors

View Source

BufferStatusChangedEventArgs(MediaCodecStatus)

Initializes a new instance of the BufferStatusChangedEventArgs class.

Declaration
C#
Copy
public BufferStatusChangedEventArgs(MediaCodecStatus status)
Parameters
Type Name Description
MediaCodecStatus status

The value representing new status of the codec.

Exceptions
Type Condition
System.NotSupportedException

The required feature is not supported.

API Level: 3
Feature: http://tizen.org/feature/multimedia.media_codec

Properties

View Source

Status

Gets the value indicating the new status of the codec.

Declaration
C#
Copy
public MediaCodecStatus Status { get; }
Property Value
Type Description
MediaCodecStatus
API Level: 3