DicomObjects.NET.8.48 Documentation
DicomObjects.Video Namespace / VideoCompressionOptions Class
Members






In This Topic
    VideoCompressionOptions Class
    In This Topic
    Control the encoding of video for either export, or for encoding into one of the DICOM video transfer syntaxes
    Object Model
    VideoCompressionOptions Class
    Syntax
    'Declaration
     
    
    Public Class VideoCompressionOptions 
    'Usage
     
    
    Dim instance As VideoCompressionOptions
    public class VideoCompressionOptions 
    public class VideoCompressionOptions 
    public class VideoCompressionOptions 
    public __gc class VideoCompressionOptions 
    public ref class VideoCompressionOptions 
    Remarks

    The only public constructor for this class takes a DicomImage and a "format" - which is generally the extension of the file to be used for export, which therefore sets the Container, which in turn normally sets a default codec. The Codec can however subsequently be changed.

    For internal DICOM transfer syntax conversion, default VideoCompressionOptions objects are created to match the requirements of the output transfer syntax, but they may be

    Inheritance Hierarchy

    System.Object
       DicomObjects.Video.VideoCompressionOptions

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also