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



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

    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

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Video.Profile

    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