Class AudioMetadata

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.Metadata.dll

    Represents the audio metadata information.

    public class AudioMetadata
    Inheritance
    object
    AudioMetadata

    Properties

    View Source

    BitPerSample

    Gets the bit per sample of the audio.

    Declaration
    public int? BitPerSample { get; }
    Property Value
    Type Description
    int?

    The bit per sample, or null if the information does not exist.

    View Source

    BitRate

    Gets the audio bitrate.

    Declaration
    public int? BitRate { get; }
    Property Value
    Type Description
    int?

    The bit rate value, or null if the information does not exist.

    View Source

    Channels

    Gets the audio channels.

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

    The number of the audio channels, or null if the information does not exist.

    View Source

    Codec

    Gets the audio codec type.

    Declaration
    public string Codec { get; }
    Property Value
    Type Description
    string
    View Source

    SampleRate

    Gets the audio sample rate.

    Declaration
    public int? SampleRate { get; }
    Property Value
    Type Description
    int?

    The sample rate, or null if the information does not exist.

    View Source

    StreamCount

    Gets the audio stream count.

    Declaration
    public int StreamCount { get; }
    Property Value
    Type Description
    int

    The number of audio streams.

    Methods

    View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX