Class AudioPlaybackBufferAvailableEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.AudioIO.dll
Provides data for the BufferAvailable event.
C#Copypublic class AudioPlaybackBufferAvailableEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsAudioPlaybackBufferAvailableEventArgs
Properties
Declaration
C#Copypublic int Length { get; }
Property Value
Type | Description |
---|---|
int | The length of the buffer that can be written. |