DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / VideoCodec Class
Properties Methods


In This Topic
    VideoCodec Class Members
    In This Topic

    The following tables list the members exposed by VideoCodec.

    Public Constructors
     NameDescription
    Public Constructor Simple constructor  
    Top
    Public Properties
     NameDescription
    Public Property The maximum number of bits supported by this codec. (Inherited from DicomObjects.Codecs.SimpleCodec)
    Public Property

    Lets a caller to Decompress tell whether data needs to be transformed following decompression. It is only relevent if the image has a Planar Configuration value (0028,0006) of 1.

    For the simple codec, the value comes from the constructor (Inherited from DicomObjects.Codecs.SimpleCodec)
    Top
    Public Methods
     NameDescription
    Public MethodThe most appropriate DicomObjects.Internal.PixelRequest, given the requested zoom and image/codec type (Inherited from DicomObjects.Codecs.SimpleCodec)
    Public MethodOverridden.  Limiting number of frames. Only used by MPEG etc. - default values used by other classes is int.MaxValue  
    Public MethodOverridden.  Abstract Placeholder for the compression routine  
    Public MethodOverridden.  Abstract Placeholder for the decompression routine  
    Public MethodOverridden.  The effective Photmetric Interpretation of the decompressed data  
    Public Method The status of the decompression (Inherited from DicomObjects.Codecs.SimpleCodec)
    Public Method The status of the download (Inherited from DicomObjects.Codecs.SimpleCodec)
    Public Method Standard LockObject implementation for thread-safety (Inherited from DicomObjects.Codecs.SimpleCodec)
    Public Method Prepares the data for Compression (Inherited from DicomObjects.Codecs.SimpleCodec)
    Public Method (Inherited from DicomObjects.Codecs.SimpleCodec)
    Top
    See Also