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 ( which is used in the DICOM MPEG2 MP@HL transfer syntax)
    MPEG2_MainMPEG 2 Main profile - as used in the MPEG-2 DICOM transfer syntaxes
    MPEG2_SimpleMPEG 2 Simple profile. This is not generally used in DICOM.
    MPEG4_HighMPEG-4 AVC/H.264 High profile as used in the MPEG-4 AVC/H.264 HiP@Level4.1 transfer syntaxes
    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