AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
IzPlatformVideo Member List
This is the complete list of members for IzPlatformVideo, including all inherited members.
getPlayPosition() const =0IzPlatformVideo [pure virtual]
getVideoStoppedCallback()IzPlatformVideo [inline]
getVolume() const =0IzPlatformVideo [pure virtual]
Init()=0IzPlatformVideo [pure virtual]
InitialisedIzPlatformVideo [protected]
isCodecSupported(eCzVideoCodec codec)=0IzPlatformVideo [pure virtual]
isCodecSupported(unsigned int codec_hash, bool &found)=0IzPlatformVideo [pure virtual]
isInitialised() const IzPlatformVideo [inline]
isPlaying() const =0IzPlatformVideo [pure virtual]
NotifyStopped()=0IzPlatformVideo [pure virtual]
Pause()=0IzPlatformVideo [pure virtual]
Play(const char *filename, const CzIRect &rect, int repeat_count, eCzVideoCodec codec)=0IzPlatformVideo [pure virtual]
PlayFromMemory(char *mem, uint32 len, const CzIRect &rect, int repeat_count, eCzVideoCodec codec)=0IzPlatformVideo [pure virtual]
Release()=0IzPlatformVideo [pure virtual]
Resume()=0IzPlatformVideo [pure virtual]
setPlayPosition(float pos)=0IzPlatformVideo [pure virtual]
setVideoStoppedCallback(CzCallback callback, void *data)IzPlatformVideo [inline]
setVolume(float volume)=0IzPlatformVideo [pure virtual]
Stop()=0IzPlatformVideo [pure virtual]
VideoStoppedCallbackIzPlatformVideo [protected]
VideoStoppedCallbackDataIzPlatformVideo [protected]