Class AudioPlaybackBufferAvailableEventArgs

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.AudioIO.dll

    Provides data for the BufferAvailable event.

    public class AudioPlaybackBufferAvailableEventArgs : EventArgs
    Inheritance
    object
    AudioPlaybackBufferAvailableEventArgs

    Properties

    View Source

    Length

    Gets the length of the buffer that can be written.

    Declaration
    public int Length { get; }
    Property Value
    Type Description
    int

    The length of the buffer that can be written.

    See Also
    Write(byte[])

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX