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