Class AudioDataAvailableEventArgs

    Definition

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

    Provides data for the DataAvailable event.

    public class AudioDataAvailableEventArgs : EventArgs
    Inheritance
    object
    AudioDataAvailableEventArgs

    Properties

    View Source

    Data

    Gets the audio data captured.

    Declaration
    public byte[] Data { get; }
    Property Value
    Type Description
    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