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.
Detailed Description
Contains the information of video.
Define Documentation
#define _CE_VIDEO_INFO_H_ 0x1 |
#define MAX_PATH 0x00000104 |
The maximum character length of a path.
#define CE_VIDEOID_FIRST 0x1 |
#define CE_VIDEOID_LAST 0xfffe |
#define CE_VIDEOID_ALL 0xffff |
#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 |
#define CE_VIDEO_SHOW 0x0020 |
#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.