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);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also