Class AudioPlaybackBufferAvailableEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.AudioIO.dll
API Level:
3

Provides data for the BufferAvailable event.

C#
Copy
public class AudioPlaybackBufferAvailableEventArgs : EventArgs
Inheritance
AudioPlaybackBufferAvailableEventArgs

Properties

View Source

Length

Gets the length of the buffer that can be written.

Declaration
C#
Copy
public int Length { get; }
Property Value
Type Description
System.Int32

The length of the buffer that can be written.

See Also
API Level: 3