In This Topic
Controls whether data is put into the MPEG "raw" or via the presentaiton chain, including windowing
Syntax
'Declaration
Public Property UseWindowing As System.Boolean
'Usage
Dim instance As VideoCompressionOptions
Dim value As System.Boolean
instance.UseWindowing = value
value = instance.UseWindowing
public System.bool UseWindowing {get; set;}
public read-write property UseWindowing: System.Boolean;
public function get,set UseWindowing : System.boolean
public: __property System.bool get_UseWindowing();
public: __property void set_UseWindowing(
System.bool value
);
public:
property System.bool UseWindowing {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also