VisioForge (c) 2025

Search Results for

    Class DVDMultichannelAudioAttributes

    DVDMultichannelAudioAttributes class.

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

    Properties

    Coeff

    Gets or sets an array of eight DVDMUACoeff objects, which contain the mixing coefficients for each channel in the audio stream.

    Declaration
    public DVDMUACoeff[] Coeff { get; set; }
    Property Value
    Type Description
    DVDMUACoeff[]

    Info

    Gets or sets an array of eight DVDMUAMixingInfo objects, which contain the mixing information for each channel in the audio stream.

    Declaration
    public DVDMUAMixingInfo[] Info { get; set; }
    Property Value
    Type Description
    DVDMUAMixingInfo[]