Class WMVSourceStream
Video Edit SDK WMV source.
Inherited Members
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 |