VisioForge (c) 2025

Search Results for

    Class DVDMUAMixingInfo

    DVDMUAMixingInfo class.

    Inheritance
    object
    DVDMUAMixingInfo
    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 DVDMUAMixingInfo

    Properties

    Mix0InPhase

    Gets or sets a value indicating whether variable of type bool; True means the channel is mixed in phase to channel 0.

    Declaration
    public bool Mix0InPhase { get; set; }
    Property Value
    Type Description
    bool

    Mix1InPhase

    Gets or sets a value indicating whether variable of type bool; True means the channel is mixed in phase to channel 1.

    Declaration
    public bool Mix1InPhase { get; set; }
    Property Value
    Type Description
    bool

    MixTo0

    Gets or sets a value indicating whether variable of type bool; True means the channel is mixed to channel 0.

    Declaration
    public bool MixTo0 { get; set; }
    Property Value
    Type Description
    bool

    MixTo1

    Gets or sets a value indicating whether variable of type bool; True means the channel is mixed to channel 1.

    Declaration
    public bool MixTo1 { get; set; }
    Property Value
    Type Description
    bool

    SpeakerPosition

    Gets or sets the speaker for which this channel is intended. See Remarks.

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