Class AudioPlaybackBufferAvailableEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.AudioIO.dll
Provides data for the Buffer
C#
Copy
public class AudioPlaybackBufferAvailableEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args AudioPlayback Buffer Available Event Args
Properties
Declaration
C#
Copy
public int Length { get; }
Property Value
Type | Description |
---|---|
int | The length of the buffer that can be written. |