Class AudioStreamStoringEventArgs

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.Recorder.dll

    Provides data for the AudioStreamStoring event.

    public class AudioStreamStoringEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    AudioStreamStoringEventArgs

    Properties

    View Source

    Channels

    Gets the number of channels.

    Declaration
    public int Channels { get; }
    Property Value
    Type Description
    int
    View Source

    Stream

    Gets the audio stream buffer.

    Declaration
    public IMediaBuffer Stream { get; }
    Property Value
    Type Description
    IMediaBuffer
    Remarks

    If the stream is modified in the event handler, the modified data will be stored.

    The buffer is only valid in the event.
    Any attempt to access to this buffer after the event ends will throw an exception.

    View Source

    Timestamp

    Gets the timestamp(PTS) of stream buffer in milliseconds.

    Declaration
    public long Timestamp { get; }
    Property Value
    Type Description
    long
    View Source

    Type

    Gets the audio format type.

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