DicomObjects.NET.V8
DicomObjects.Video Namespace / VideoCompressionOptions Class
Properties

In This Topic
    VideoCompressionOptions Class Members
    In This Topic

    The following tables list the members exposed by VideoCompressionOptions.

    Public Constructors
     NameDescription
    Public Constructor Construct a default set of compression options for a given image and output format  
    Top
    Public Properties
     NameDescription
    Public Property The defined output rate in Bits per second  
    Public Property The name of the container ("format") to use when encoding.  
    Public Property The name of the video compression codec to use  
    Public Property The first frame of the video to export  
    Public Property Filter to apply to raw frames before scaling etc.  
    Public Property The rate at which the source frames are to be used.  
    Public Property The last frame of the video to export  
    Public Property Video level to use  
    Public Property Filter to apply to scaled frames before passing to the codec  
    Public Property The rate at which frame are fed to the codec  
    Public Property The size of the output frames to be encoded  
    Public PropertyColour to use for any padding required if OutputSize is not the same as the original DICOM image size  
    Public Property The Video profile to use  
    Public PropertyControls whether to scale video if OutputSize is not the same as the original DICOM image size  
    Public Property Controls whether data is put into the MPEG "raw" or via the presentaiton chain, including windowing  
    Top
    See Also