QuercusVL Programming Manual
Returns the number to frames per second of the video.
In C, the parameter “h” is a handler of video (Video).
●
Width
C++:
int get_Width()
C:
int VL_Video_get_Width ( int h )
Returns the width of the video ; in pixels.
In C, the parameter “h” is a handler of video (Video).
●
Height
C++:
int get_Height()
C:
int VL_Video_get_Height ( int h )
Returns the heigth of the video ; in pixels.
In C, the parameter “h” is a handler of video (Video).
3.28.2. Methods
●
IsValid
C++:
bool IsValid()
C:
Does not exist
Returns true if the object contains valid information about a video, and false if invalid.
Some methods, may sometimes, return void videos. In C, this behaviour is detected as
its value will be “0”. In C++, however, this method is necessary because the object, as
it is not a pointer, would always be valid.
●
AddRef
C++:
Does not exist
C:
void VL_Video_AddRef ( int h )
See 2.2.1. Memory management.
●
Release
C++:
Does not exist
C:
void VL_Video_Release ( int h )
See 2.2.1. Memory management.
Quercus Technologies
71