'Declaration Public Enum Level Inherits System.Enum
'Usage Dim instance As Level
public enum Level : System.Enum
public enum class Level : public System.Enum
'Declaration Public Enum Level Inherits System.Enum
'Usage Dim instance As Level
public enum Level : System.Enum
public enum class Level : public System.Enum
Member | Description |
---|---|
MPEG2_High | MPEG 2 High level - as used in the MPEG-2 DICOM MP@HLtransfer syntax |
MPEG2_High1440 | MPEG 2 High 1440 level (not generally used in DICOM) |
MPEG2_Low | MPEG 2 Simple level (not generally used in DICOM) |
MPEG2_Main | MPEG 2 Main level - as used in the MPEG-2 DICOM MP@MLtransfer syntax |
MPEG4_41 | MPEG-4 AVC/H.264 Level 4.1 as used in the MPEG-4 AVC/H.264 HiP@Level4.1 transfer syntaxes |
MPEG4_42 | MPEG-4 AVC/H.264 Level 4.2 as used in the MPEG-4 AVC/H.264 HiP@Level4.1 transfer syntaxes |
It is the user's responsibility to ensure that the Level chosen is suitable for the chosen Codec, as different codecs use differnet 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 Level
System.Object
System.ValueType
System.Enum
DicomObjects.Video.Level