home features api download svn donate license contact
Spanish  

SVideoInfo Struct Reference

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 SVideoInfooperator= (const SVideoInfo &VideoInfo)
const SVideoInfooperator-> (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

SVideoInfo ( void   ) 

Default constructor.

SVideoInfo ( const SVideoInfo VideoInfo  ) 

Copy constructor.

Parameters:
VideoInfo Undocumented.

Member Function Documentation

const SVideoInfo& operator= ( const SVideoInfo VideoInfo  ) 
const SVideoInfo* operator-> ( void   )  const [inline]

Member Data Documentation

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.


The documentation for this struct was generated from the following file:
 
 
 SourceForge.net
 
   Creative Commons License   Except where otherwise noted, content on this site is
  licensed under a Creative Commons Attribution 3.0 License