Contains the information of video.
More...
#include <ceVideoInfo.h>
List of all members.
Public Member Functions |
| SVideoInfo (void) |
| Default constructor.
|
| SVideoInfo (const SVideoInfo &VideoInfo) |
| Copy constructor.
|
const SVideoInfo & | operator= (const SVideoInfo &VideoInfo) |
const SVideoInfo * | operator-> (void) const |
Public Attributes |
unsigned int | id |
| The identifier of the video.
|
unsigned long | flags |
| Defines the style of the video.
|
int | x |
| Specify the x-coordinate of the video.
|
int | y |
| Specify the y-coordinate of the video.
|
unsigned int | width |
| Specify the width-size of the video.
|
unsigned int | height |
| Specify the height-size of the video.
|
unsigned int | source_width |
| Specify the original width-size of the video.
|
unsigned int | source_height |
| Specify the origrinal height-size of the video.
|
short | autoplay |
| Determines if autoplayback has been activated.
|
short | repeat |
| Determines if continuous playback has been activated.
|
unsigned long | start |
| Location the beginning of the video.
|
unsigned long | end |
| Location of end of the video.
|
unsigned long | length |
| Length of the content used by the video.
|
unsigned long | seek |
| Playback position to the specified location.
|
unsigned long | volume |
| The current volume setting of the video.
|
unsigned int | zoom |
| The current zoom value used by the video.
|
unsigned long | speed |
| The playback speed of the video.
|
short | visible |
| Determines if the video is visible.
|
char | file_name [MAX_PATH] |
| Full path of the video file.
|
HWND | hVideo |
| Handle of the video.
|
Detailed Description
Contains the information of video.
- Note:
- All this content is read only.
Constructor & Destructor Documentation
Copy constructor.
- Parameters:
-
Member Function Documentation
const SVideoInfo* operator-> |
( |
void |
|
) |
const [inline] |
Member Data Documentation
The identifier of the video.
Defines the style of the video.
Specify the x-coordinate of the video.
Specify the y-coordinate of the video.
Specify the width-size of the video.
Specify the height-size of the video.
Specify the original width-size of the video.
Specify the origrinal height-size of the video.
Determines if autoplayback has been activated.
Determines if continuous playback has been activated.
Location the beginning of the video.
Location of end of the video.
Length of the content used by the video.
Playback position to the specified location.
The current volume setting of the video.
The current zoom value used by the video.
The playback speed of the video.
Determines if the video is visible.
Full path of the video file.
The documentation for this struct was generated from the following file: