public:
property int BitsPerSecond {
int get();
void set ( intvalue);
}
'Declaration
Public Property BitsPerSecond As Integer
'Usage
Dim instance As VideoCompressionOptions
Dim value As Integer
instance.BitsPerSecond = value
value = instance.BitsPerSecond
Remarks
If the "Quality" parameter for video copmression is set to a number rather than a VideoCompressionOptions object,
then a default
VideoCompressionOptions object will be created, based on the format, and the rate will then be set to that quality
value.