VisioForge (c) 2025

Search Results for

    Class WMV2Output

    WMV v2 output settings.

    Inheritance
    object
    WMV2Output
    Implements
    IVideoEditXBaseOutput
    IVideoCaptureXBaseOutput
    IXBaseOutput
    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.X.Output
    Assembly: VisioForge.Core.dll
    Syntax
    public class WMV2Output : IVideoEditXBaseOutput, IVideoCaptureXBaseOutput, IXBaseOutput

    Constructors

    WMV2Output(string)

    Initializes a new instance of the WMV2Output class.

    Declaration
    public WMV2Output(string filename)
    Parameters
    Type Name Description
    string filename

    The filename.

    Properties

    Audio

    Gets the audio encoder settings.

    Declaration
    public WMA2EncoderSettings Audio { get; set; }
    Property Value
    Type Description
    WMA2EncoderSettings

    CustomAudioProcessor

    Gets or sets the custom audio processor block.

    Declaration
    public MediaBlock CustomAudioProcessor { get; set; }
    Property Value
    Type Description
    MediaBlock

    The custom video processor.

    CustomVideoProcessor

    Gets or sets the custom video processor block.

    Declaration
    public MediaBlock CustomVideoProcessor { get; set; }
    Property Value
    Type Description
    MediaBlock

    The custom video processor.

    Filename

    Gets or sets the filename.

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

    The filename.

    Video

    Gets the video encoder settings.

    Declaration
    public WMV2EncoderSettings Video { get; set; }
    Property Value
    Type Description
    WMV2EncoderSettings

    Methods

    GetAudioEncoders()

    Gets the audio encoders.

    Declaration
    public Tuple<string, Type>[] GetAudioEncoders()
    Returns
    Type Description
    Tuple<string, Type>[]

    Tuple<System.String, Type>[].

    GetFilename()

    Gets the filename.

    Declaration
    public string GetFilename()
    Returns
    Type Description
    string

    System.String.

    GetVideoEncoders()

    Gets the video encoders.

    Declaration
    public Tuple<string, Type>[] GetVideoEncoders()
    Returns
    Type Description
    Tuple<string, Type>[]

    Tuple<System.String, Type>[].

    SetFilename(string)

    Sets the filename.

    Declaration
    public void SetFilename(string filename)
    Parameters
    Type Name Description
    string filename

    The filename.

    Implements

    IVideoEditXBaseOutput
    IVideoCaptureXBaseOutput
    IXBaseOutput