Moonware.Common
VideoEnumType Enumeration



Enum object for VideoType
Syntax
'Declaration
 
<DataContractAttribute()>
Public Enum VideoEnumType 
   Inherits System.Enum
'Usage
 
Dim instance As VideoEnumType
[DataContractAttribute()]
public enum VideoEnumType : System.Enum 
[DataContractAttribute()]
public enum class VideoEnumType : public System.Enum 
Members
MemberDescription
ASF Windows Media Stream
JPEG JPEG Image
MJPEG MJPEG Stream
MPEG4 MPEG-4 Stream
RTSP_HTTP RTSP Stream [HTTP]
RTSP_TCP RTSP Stream [TCP]
RTSP_UDP RTSP Stream [UDP]
Unknown Unknown Type
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Moonware.Common.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

Moonware.Common Namespace

Send Feedback