Class AsyncAudioCapture

    Definition

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

    Provides the ability to record audio from system audio input devices in an asynchronous way.

    public class AsyncAudioCapture : AudioCaptureBase
    Inheritance
    object
    AudioCaptureBase
    AsyncAudioCapture

    Constructors

    View Source

    AsyncAudioCapture(int, AudioChannel, AudioSampleType)

    Initializes a new instance of the AsyncAudioCapture class with the specified sample rate, channel and sampleType.

    Declaration
    public AsyncAudioCapture(int sampleRate, AudioChannel channel, AudioSampleType sampleType)
    Parameters
    Type Name Description
    int sampleRate

    The audio sample rate (8000 ~ 192000Hz).

    AudioChannel channel

    The audio channel type.

    AudioSampleType sampleType

    The audio sample type.

    Events

    View Source

    DataAvailable

    Occurs when audio data is available.

    Declaration
    public event EventHandler<AudioDataAvailableEventArgs> DataAvailable
    Event Type
    Type Description
    EventHandler<><AudioDataAvailableEventArgs>

    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