home features api download svn donate license contact
Spanish  

ceVideoInfo.h File Reference

Contains the information of video. More...

#include "ceTypedef.h"
#include "begin_code.h"
#include "close_code.h"

Go to the source code of this file.

Classes

struct  SVideoInfo
 Contains the information of video. More...

Namespaces

namespace  ce
 

Main namespace for the entire VideoCore library.


Defines

#define _CE_VIDEO_INFO_H_   0x1
 Include Guard.
#define MAX_PATH   0x00000104
 The maximum character length of a path.
#define CE_VIDEOID_FIRST   0x1
 Handle to first video.
#define CE_VIDEOID_LAST   0xfffe
 Handle to last video.
#define CE_VIDEOID_ALL   0xffff
 Handle to all videos.
#define CE_VIDEO_NOPLAYBAR   0x0002
 Hides the toolbar from view and prohibits users from accessing it.
#define CE_VIDEO_NOMENU   0x0008
 Hides the Menu button from view on the toolbar and prohibits users from accessing its pop-up menu.
#define CE_VIDEO_HIDE   0x0010
 Hides the video.
#define CE_VIDEO_SHOW   0x0020
 Show the video.
#define CE_VIDEO_REPEAT   0x0040
 Continuous playback.
#define CE_VIDEO_AUTOPLAY   0x0080
 AutoPlay video without the PlayVideo() method.

Detailed Description

Contains the information of video.


Define Documentation

#define _CE_VIDEO_INFO_H_   0x1

Include Guard.

#define MAX_PATH   0x00000104

The maximum character length of a path.

#define CE_VIDEOID_FIRST   0x1

Handle to first video.

#define CE_VIDEOID_LAST   0xfffe

Handle to last video.

#define CE_VIDEOID_ALL   0xffff

Handle to all videos.

#define CE_VIDEO_NOPLAYBAR   0x0002

Hides the toolbar from view and prohibits users from accessing it.

#define CE_VIDEO_NOMENU   0x0008

Hides the Menu button from view on the toolbar and prohibits users from accessing its pop-up menu.

#define CE_VIDEO_HIDE   0x0010

Hides the video.

#define CE_VIDEO_SHOW   0x0020

Show the video.

#define CE_VIDEO_REPEAT   0x0040

Continuous playback.

Note:
Only affects playback when the user initiates by hitting the play button on the toolbar. It will not affect playback when started with the PlayVideo() method.
#define CE_VIDEO_AUTOPLAY   0x0080

AutoPlay video without the PlayVideo() method.

 
 
 SourceForge.net
 
   Creative Commons License   Except where otherwise noted, content on this site is
  licensed under a Creative Commons Attribution 3.0 License