Class AudioCapture

    Definition

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

    Provides the ability to record audio from system audio input devices in a synchronous way.

    public class AudioCapture : AudioCaptureBase
    Inheritance
    object
    AudioCaptureBase
    AudioCapture

    Constructors

    View Source

    AudioCapture(int, AudioChannel, AudioSampleType)

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

    Declaration
    public AudioCapture(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.

    Methods

    View Source

    Read(int)

    Reads audio data from the audio input buffer.

    Declaration
    public byte[] Read(int count)
    Parameters
    Type Name Description
    int count

    The number of bytes to be read.

    Returns
    Type Description
    byte[]

    The buffer of audio data captured.

    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