In This Topic
The rate at which frame are fed to the codec
Syntax
'Declaration
Public Property OutputFrameRate As System.Integer
'Usage
Dim instance As VideoCompressionOptions
Dim value As System.Integer
instance.OutputFrameRate = value
value = instance.OutputFrameRate
public System.int OutputFrameRate {get; set;}
public read-write property OutputFrameRate: System.Integer;
public function get,set OutputFrameRate : System.int
public: __property System.int get_OutputFrameRate();
public: __property void set_OutputFrameRate(
System.int value
);
public:
property System.int OutputFrameRate {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also