DicomObjects.NET Core Documentation
DicomObjects.Video Namespace / Level Enumeration



In This Topic
    Level Enumeration
    In This Topic
    Video level enumerations
    Syntax
    'Declaration
     
    
    Public Enum Level 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Level
    public enum Level : System.Enum 
    public enum class Level : public System.Enum 
    Members
    MemberDescription
    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
    Remarks

    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

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Video.Level

    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