Class ScreenMirroringAudioInfo

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Provides a means to retrieve the audio information which is negotiated with the source device.

    public class ScreenMirroringAudioInfo
    Inheritance
    object
    ScreenMirroringAudioInfo

    Properties

    View Source

    BitWidth

    Gets the negotiated audio bit width.

    Declaration
    public int BitWidth { get; }
    Property Value
    Type Description
    int
    Exceptions
    Type Condition
    System.InvalidOperationException

    Not connected to a source.
    -or-
    An internal error occurs.

    System.ObjectDisposedException

    The ScreenMirroring has already been disposed.

    See Also
    ScreenMirroring
    View Source

    Channels

    Gets the negotiated audio channels.

    Declaration
    public int Channels { get; }
    Property Value
    Type Description
    int
    Exceptions
    Type Condition
    System.InvalidOperationException

    Not connected to a source.
    -or-
    An internal error occurs.

    System.ObjectDisposedException

    The ScreenMirroring has already been disposed.

    See Also
    ScreenMirroring
    View Source

    Codec

    Gets the negotiated audio codec.

    Declaration
    public ScreenMirroringAudioCodec Codec { get; }
    Property Value
    Type Description
    ScreenMirroringAudioCodec
    Exceptions
    Type Condition
    System.InvalidOperationException

    Not connected to a source.
    -or-
    An internal error occurs.

    System.ObjectDisposedException

    The ScreenMirroring has already been disposed.

    See Also
    ScreenMirroring
    View Source

    SampleRate

    Gets the negotiated audio sample rate.

    Declaration
    public int SampleRate { get; }
    Property Value
    Type Description
    int
    Exceptions
    Type Condition
    System.InvalidOperationException

    Not connected to a source.
    -or-
    An internal error occurs.

    System.ObjectDisposedException

    The ScreenMirroring has already been disposed.

    See Also
    ScreenMirroring

    See Also

    ScreenMirroring
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX