Class AudioDataAvailableEventArgs

    Definition

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

    Provides data for the DataAvailable event.

    public class AudioDataAvailableEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    AudioDataAvailableEventArgs

    Properties

    View Source

    Data

    Gets the audio data captured.

    Declaration
    public byte[] Data { get; }
    Property Value
    Type Description
    byte[]
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX