VisioForge (c) 2025

Search Results for

    Class DVDDecoderCaps

    DVDDecoderCaps class.

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

    Properties

    AudioCaps

    Gets or sets audio caps.

    Declaration
    public DVDAudioCaps AudioCaps { get; set; }
    Property Value
    Type Description
    DVDAudioCaps

    BwdMaxRateAudio

    Gets or sets the maximum audio data rate in reverse direction. (0 if decoder does not support the smooth reverse mechanism.)

    Declaration
    public double BwdMaxRateAudio { get; set; }
    Property Value
    Type Description
    double

    BwdMaxRateSP

    Gets or sets the maximum subpicture data rate in reverse direction. (0 if decoder does not support the smooth reverse mechanism.)

    Declaration
    public double BwdMaxRateSP { get; set; }
    Property Value
    Type Description
    double

    BwdMaxRateVideo

    Gets or sets the maximum video data rate in reverse direction. (0 if decoder does not support the smooth reverse mechanism.)

    Declaration
    public double BwdMaxRateVideo { get; set; }
    Property Value
    Type Description
    double

    FwdMaxRateAudio

    Gets or sets the maximum audio data rate in forward direction.

    Declaration
    public double FwdMaxRateAudio { get; set; }
    Property Value
    Type Description
    double

    FwdMaxRateSP

    Gets or sets the maximum subpicture data rate in forward direction.

    Declaration
    public double FwdMaxRateSP { get; set; }
    Property Value
    Type Description
    double

    FwdMaxRateVideo

    Gets or sets the maximum video data rate in forward direction.

    Declaration
    public double FwdMaxRateVideo { get; set; }
    Property Value
    Type Description
    double

    Size

    Gets or sets the size.

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