DicomObjects.NET.8.48 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 Profile = class(System.Enum)
    public enum Profile extends System.Enum
    __value public enum Profile : public 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: .NET CLR 4.8 or higher

    See Also