VisioForge (c) 2025

Search Results for

    Class WMVSourceStream

    Video Edit SDK WMV source.

    Inheritance
    object
    WMVSourceStream
    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.VideoEdit
    Assembly: VisioForge.Core.dll
    Syntax
    public class WMVSourceStream

    Constructors

    WMVSourceStream()

    Initializes a new instance of the WMVSourceStream class.

    Declaration
    public WMVSourceStream()

    Properties

    Filename

    Gets or sets file name.

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

    LocalCode

    Gets or sets local code.

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

    StreamType

    Gets or sets stream type.

    Declaration
    public WMVSourceStreamType StreamType { get; set; }
    Property Value
    Type Description
    WMVSourceStreamType