Moonware.Common
VideoType Property



Gets or sets the supported video codec.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property VideoType As VideoEnumType
'Usage
 
Dim instance As TemplateVideoPreset
Dim value As VideoEnumType
 
instance.VideoType = value
 
value = instance.VideoType
[DataMemberAttribute()]
public VideoEnumType VideoType {get; set;}
[DataMemberAttribute()]
public:
property VideoEnumType VideoType {
   VideoEnumType get();
   void set (    VideoEnumType value);
}

Property Value

The video codec (VideoEnumType).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TemplateVideoPreset Class
TemplateVideoPreset Members

Send Feedback