quercus SmartLoop TS Programming Manual page 71

Table of Contents

Advertisement

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++:
C:
Returns the width of the video ; in pixels.
In C, the parameter "h" is a handler of video (Video).
Height
C++:
C:
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++:
C:
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++:
C:
See 2.2.1. Memory management.
Release
C++:
C:
See 2.2.1. Memory management.
Quercus Technologies
int get_Width()
int VL_Video_get_Width ( int h )
int get_Height()
int VL_Video_get_Height ( int h )
bool IsValid()
Does not exist
Does not exist
void VL_Video_AddRef ( int h )
Does not exist
void VL_Video_Release ( int h )
71

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SmartLoop TS and is the answer not in the manual?

This manual is also suitable for:

Birdwatch red lightSmartloop ts plus

Table of Contents