Class WMVSourceStream
- Namespace
- VisioForge.Core.Types.VideoEdit
- Assembly
- VisioForge.Core.dll
Video Edit SDK WMV source.
public class WMVSourceStreamInheritance
Inherited Members
Constructors
WMVSourceStream()
Initializes a new instance of the VisioForge.Core.Types.VideoEdit.WMVSourceStream class.
public WMVSourceStream()Properties
Filename
Gets or sets file name.
public string Filename { get; set; }Property Value
LocalCode
Gets or sets local code.
public int LocalCode { get; set; }Property Value
StreamType
Gets or sets stream type.
public WMVSourceStreamType StreamType { get; set; }