DicomObjects.NET.8.48 Documentation
DicomObjects.Video Namespace / VideoCompressionOptions Class / ExplicitCodec Property






In This Topic
    ExplicitCodec Property
    In This Topic
    The name of the video compression codec to use
    Syntax
    'Declaration
     
    
    Public Property ExplicitCodec As System.String
    'Usage
     
    
    Dim instance As VideoCompressionOptions
    Dim value As System.String
     
    instance.ExplicitCodec = value
     
    value = instance.ExplicitCodec
    public System.string ExplicitCodec {get; set;}
    public read-write property ExplicitCodec: System.String; 
    public function get,set ExplicitCodec : System.String
    public: __property System.string* get_ExplicitCodec();
    public: __property void set_ExplicitCodec( 
       System.string* value
    );
    public:
    property System.String^ ExplicitCodec {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks

    This is semi-independent of the Container, but not all combinations are valid.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also