'Declaration
Public Enum Profile Inherits System.Enum
'Usage
Dim instance As Profile
public enum Profile : System.Enum
public enum class Profile : public System.Enum
'Declaration
Public Enum Profile Inherits System.Enum
'Usage
Dim instance As Profile
public enum Profile : System.Enum
public enum class Profile : public System.Enum
Member | Description |
---|---|
MPEG2_High | MPEG 2 High profile. This is not generally used in DICOM. Not to be confused with the High Level (Level.MPEG2_High which is used in the DICOM MPEG2 MP@HL transfer syntax) |
MPEG2_Main | MPEG 2 Main profile - as used in the MPEG-2 DICOM transfer syntaxes |
MPEG2_Simple | MPEG 2 Simple profile. This is not generally used in DICOM. |
MPEG4_High | MPEG-4 AVC/H.264 High profile as used in the MPEG-4 AVC/H.264 HiP@Level4.1 transfer syntaxes |
It is the user's responsibility to ensure that the Profile chosen is suitable for the chosen Codec, as different codecs use different numbering schemes.
If a particular value is not available in this list, please let us know for future releases, but a suitable integer value may simply be cast to a Profile
System.Object
System.ValueType
System.Enum
DicomObjects.Video.Profile
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