VisioForge (c) 2025

Search Results for

    Class AudioStreamInfo

    Class VFAudioStreamInfo.

    Inheritance
    object
    AudioStreamInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: VisioForge.Core.Types.MediaInfo
    Assembly: VisioForge.Core.dll
    Syntax
    public class AudioStreamInfo

    Constructors

    AudioStreamInfo()

    Initializes a new instance of the AudioStreamInfo class.

    Declaration
    public AudioStreamInfo()

    Properties

    BPS

    Gets or sets the BPS.

    Declaration
    public byte BPS { get; set; }
    Property Value
    Type Description
    byte

    The BPS.

    Bitrate

    Gets or sets the bitrate.

    Declaration
    public int Bitrate { get; set; }
    Property Value
    Type Description
    int

    The bitrate.

    ChannelMask

    Gets or sets the channel mask.

    Declaration
    public ulong ChannelMask { get; set; }
    Property Value
    Type Description
    ulong

    The channel mask.

    Channels

    Gets or sets the channels.

    Declaration
    public byte Channels { get; set; }
    Property Value
    Type Description
    byte

    The channels.

    Codec

    Gets or sets the codec.

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

    The codec.

    CodecInfo

    Gets or sets the codec information.

    Declaration
    public string CodecInfo { get; set; }
    Property Value
    Type Description
    string

    The codec information.

    Duration

    Gets or sets the duration.

    Declaration
    public TimeSpan Duration { get; set; }
    Property Value
    Type Description
    TimeSpan

    The duration.

    ID

    Gets or sets the identifier.

    Declaration
    public string ID { get; set; }
    Property Value
    Type Description
    string

    Language

    Gets or sets the language.

    Declaration
    public string Language { get; set; }
    Property Value
    Type Description
    string

    Name

    Gets or sets the track name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    SampleRate

    Gets or sets the sample rate.

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

    The sample rate.

    Tags

    Gets the tags.

    Declaration
    public List<MediaInfoTag> Tags { get; }
    Property Value
    Type Description
    List<MediaInfoTag>

    Methods

    ToString()

    ToString.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    string.

    Overrides
    object.ToString()