Method |
Description |
|
Call_Destroy ( ) : void |
|
|
Call_GetCurrentSeekPercent ( ) : int |
|
|
Call_GetDuration ( ) : int |
|
|
Call_GetError ( ) : int |
|
|
Call_GetErrorExtra ( ) : int |
|
|
Call_GetSeekPosition ( ) : int |
|
|
Call_GetStatus ( ) : MEDIAPLAYER_STATE |
|
|
Call_GetVideoHeight ( ) : int |
|
|
Call_GetVideoWidth ( ) : int |
|
|
Call_InitJniManager ( ) : void |
|
|
Call_InitNDK ( ) : int |
|
|
Call_IsUpdateFrame ( ) : bool |
|
|
Call_Load ( string strFileName, int iSeek ) : bool |
|
|
Call_Pause ( ) : void |
|
|
Call_Play ( int iSeek ) : void |
|
|
Call_RePlay ( ) : void |
|
|
Call_Reset ( ) : void |
|
|
Call_SetLooping ( bool bLoop ) : void |
|
|
Call_SetNotReady ( ) : void |
|
|
Call_SetRockchip ( bool bValue ) : void |
|
|
Call_SetSeekPosition ( int iSeek ) : void |
|
|
Call_SetSpeed ( float fSpeed ) : void |
|
|
Call_SetSplitOBB ( bool bValue, string strOBBName ) : void |
|
|
Call_SetUnityActivity ( ) : void |
|
|
Call_SetUnityTexture ( int iTextureID ) : void |
|
|
Call_SetVolume ( float fVolume ) : void |
|
|
Call_SetWindowSize ( ) : void |
|
|
Call_Stop ( ) : void |
|
|
Call_UnLoad ( ) : void |
|
|
Call_UpdateVideoTexture ( ) : void |
|
|
CopyStreamingAssetVideoAndLoad ( string strURL ) : IEnumerator |
|
|
EasyMovieTextureRender ( ) : IntPtr |
|
|
GetJavaObject ( ) : AndroidJavaObject |
|
|
InitNDK ( ) : void |
|
|
VideoPlayerPluginCanOutputToTexture ( string videoURL ) : bool |
|
|
VideoPlayerPluginCreateInstance ( ) : int |
|
|
VideoPlayerPluginCurFrameTexture ( int iID ) : IntPtr |
|
|
VideoPlayerPluginCurTimeSeconds ( int iID ) : float |
|
|
VideoPlayerPluginDestroyInstance ( int iID ) : void |
|
|
VideoPlayerPluginDurationSeconds ( int iID ) : float |
|
|
VideoPlayerPluginError ( int iID ) : bool |
|
|
VideoPlayerPluginExtents ( int iID, int &width, int &height ) : void |
|
|
VideoPlayerPluginFinish ( int iID ) : bool |
|
|
VideoPlayerPluginIsPlaying ( int iID ) : bool |
|
|
VideoPlayerPluginLoadVideo ( int iID, string videoURL ) : void |
|
|
VideoPlayerPluginPauseVideo ( int iID ) : void |
|
|
VideoPlayerPluginPlayVideo ( int iID ) : void |
|
|
VideoPlayerPluginPlayerReady ( int iID ) : bool |
|
|
VideoPlayerPluginResumeVideo ( int iID ) : void |
|
|
VideoPlayerPluginRewindVideo ( int iID ) : void |
|
|
VideoPlayerPluginSeekToVideo ( int iID, float time ) : void |
|
|
VideoPlayerPluginSetLoop ( int iID, bool bLoop ) : void |
|
|
VideoPlayerPluginSetSpeed ( int iID, float fSpeed ) : void |
|
|
VideoPlayerPluginSetTexture ( int iID, int iTextureID ) : void |
|
|
VideoPlayerPluginSetVolume ( int iID, float fVolume ) : void |
|
|
VideoPlayerPluginStopVideo ( int iID ) : void |
|
|