C# 클래스 Com.Google.Android.Youtube.Player.IYouTubePlayerInvoker

상속: global::Java.Lang.Object, IYouTubePlayer
파일 보기 프로젝트 열기: meuspedidos/BindYoutubeAPI

공개 메소드들

메소드 설명
AddFullscreenControlFlag ( int p0 ) : void
CuePlaylist ( string p0 ) : void
CuePlaylist ( string p0, int p1, int p2 ) : void
CueVideo ( string p0 ) : void
CueVideo ( string p0, int p1 ) : void
CueVideos ( global p0 ) : void
CueVideos ( global p0, int p1, int p2 ) : void
GetObject ( IntPtr handle, JniHandleOwnership transfer ) : IYouTubePlayer
IYouTubePlayerInvoker ( IntPtr handle, JniHandleOwnership transfer ) : System
LoadPlaylist ( string p0 ) : void
LoadPlaylist ( string p0, int p1, int p2 ) : void
LoadVideo ( string p0 ) : void
LoadVideo ( string p0, int p1 ) : void
LoadVideos ( global p0 ) : void
LoadVideos ( global p0, int p1, int p2 ) : void
Next ( ) : void
Pause ( ) : void
Play ( ) : void
Previous ( ) : void
Release ( ) : void
SeekRelativeMillis ( int p0 ) : void
SeekToMillis ( int p0 ) : void
SetFullscreen ( bool p0 ) : void
SetManageAudioFocus ( bool p0 ) : void
SetOnFullscreenListener ( global p0 ) : void
SetPlaybackEventListener ( global p0 ) : void
SetPlayerStateChangeListener ( global p0 ) : void
SetPlayerStyle ( global p0 ) : void
SetPlaylistEventListener ( global p0 ) : void
SetShowFullscreenButton ( bool p0 ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
GetAddFullscreenControlFlag_IHandler ( ) : Delegate
GetCuePlaylist_Ljava_lang_String_Handler ( ) : Delegate
GetCuePlaylist_Ljava_lang_String_IIHandler ( ) : Delegate
GetCueVideo_Ljava_lang_String_Handler ( ) : Delegate
GetCueVideo_Ljava_lang_String_IHandler ( ) : Delegate
GetCueVideos_Ljava_util_List_Handler ( ) : Delegate
GetCueVideos_Ljava_util_List_IIHandler ( ) : Delegate
GetGetCurrentTimeMillisHandler ( ) : Delegate
GetGetDurationMillisHandler ( ) : Delegate
GetGetFullscreenControlFlagsHandler ( ) : Delegate
GetHasNextHandler ( ) : Delegate
GetHasPreviousHandler ( ) : Delegate
GetIsPlayingHandler ( ) : Delegate
GetLoadPlaylist_Ljava_lang_String_Handler ( ) : Delegate
GetLoadPlaylist_Ljava_lang_String_IIHandler ( ) : Delegate
GetLoadVideo_Ljava_lang_String_Handler ( ) : Delegate
GetLoadVideo_Ljava_lang_String_IHandler ( ) : Delegate
GetLoadVideos_Ljava_util_List_Handler ( ) : Delegate
GetLoadVideos_Ljava_util_List_IIHandler ( ) : Delegate
GetNextHandler ( ) : Delegate
GetPauseHandler ( ) : Delegate
GetPlayHandler ( ) : Delegate
GetPreviousHandler ( ) : Delegate
GetReleaseHandler ( ) : Delegate
GetSeekRelativeMillis_IHandler ( ) : Delegate
GetSeekToMillis_IHandler ( ) : Delegate
GetSetFullscreenControlFlags_IHandler ( ) : Delegate
GetSetFullscreen_ZHandler ( ) : Delegate
GetSetManageAudioFocus_ZHandler ( ) : Delegate
GetSetOnFullscreenListener_Lcom_google_android_youtube_player_YouTubePlayer_OnFullscreenListener_Handler ( ) : Delegate
GetSetPlaybackEventListener_Lcom_google_android_youtube_player_YouTubePlayer_PlaybackEventListener_Handler ( ) : Delegate
GetSetPlayerStateChangeListener_Lcom_google_android_youtube_player_YouTubePlayer_PlayerStateChangeListener_Handler ( ) : Delegate
GetSetPlayerStyle_Lcom_google_android_youtube_player_YouTubePlayer_PlayerStyle_Handler ( ) : Delegate
GetSetPlaylistEventListener_Lcom_google_android_youtube_player_YouTubePlayer_PlaylistEventListener_Handler ( ) : Delegate
GetSetShowFullscreenButton_ZHandler ( ) : Delegate
Validate ( IntPtr handle ) : IntPtr
n_AddFullscreenControlFlag_I ( IntPtr jnienv, IntPtr native__this, int p0 ) : void
n_CuePlaylist_Ljava_lang_String_ ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0 ) : void
n_CuePlaylist_Ljava_lang_String_II ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0, int p1, int p2 ) : void
n_CueVideo_Ljava_lang_String_ ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0 ) : void
n_CueVideo_Ljava_lang_String_I ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0, int p1 ) : void
n_CueVideos_Ljava_util_List_ ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0 ) : void
n_CueVideos_Ljava_util_List_II ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0, int p1, int p2 ) : void
n_GetCurrentTimeMillis ( IntPtr jnienv, IntPtr native__this ) : int
n_GetDurationMillis ( IntPtr jnienv, IntPtr native__this ) : int
n_GetFullscreenControlFlags ( IntPtr jnienv, IntPtr native__this ) : int
n_HasNext ( IntPtr jnienv, IntPtr native__this ) : bool
n_HasPrevious ( IntPtr jnienv, IntPtr native__this ) : bool
n_IsPlaying ( IntPtr jnienv, IntPtr native__this ) : bool
n_LoadPlaylist_Ljava_lang_String_ ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0 ) : void
n_LoadPlaylist_Ljava_lang_String_II ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0, int p1, int p2 ) : void
n_LoadVideo_Ljava_lang_String_ ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0 ) : void
n_LoadVideo_Ljava_lang_String_I ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0, int p1 ) : void
n_LoadVideos_Ljava_util_List_ ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0 ) : void
n_LoadVideos_Ljava_util_List_II ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0, int p1, int p2 ) : void
n_Next ( IntPtr jnienv, IntPtr native__this ) : void
n_Pause ( IntPtr jnienv, IntPtr native__this ) : void
n_Play ( IntPtr jnienv, IntPtr native__this ) : void
n_Previous ( IntPtr jnienv, IntPtr native__this ) : void
n_Release ( IntPtr jnienv, IntPtr native__this ) : void
n_SeekRelativeMillis_I ( IntPtr jnienv, IntPtr native__this, int p0 ) : void
n_SeekToMillis_I ( IntPtr jnienv, IntPtr native__this, int p0 ) : void
n_SetFullscreenControlFlags_I ( IntPtr jnienv, IntPtr native__this, int p0 ) : void
n_SetFullscreen_Z ( IntPtr jnienv, IntPtr native__this, bool p0 ) : void
n_SetManageAudioFocus_Z ( IntPtr jnienv, IntPtr native__this, bool p0 ) : void
n_SetOnFullscreenListener_Lcom_google_android_youtube_player_YouTubePlayer_OnFullscreenListener_ ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0 ) : void
n_SetPlaybackEventListener_Lcom_google_android_youtube_player_YouTubePlayer_PlaybackEventListener_ ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0 ) : void
n_SetPlayerStateChangeListener_Lcom_google_android_youtube_player_YouTubePlayer_PlayerStateChangeListener_ ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0 ) : void
n_SetPlayerStyle_Lcom_google_android_youtube_player_YouTubePlayer_PlayerStyle_ ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0 ) : void
n_SetPlaylistEventListener_Lcom_google_android_youtube_player_YouTubePlayer_PlaylistEventListener_ ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0 ) : void
n_SetShowFullscreenButton_Z ( IntPtr jnienv, IntPtr native__this, bool p0 ) : void

메소드 상세

AddFullscreenControlFlag() 공개 메소드

public AddFullscreenControlFlag ( int p0 ) : void
p0 int
리턴 void

CuePlaylist() 공개 메소드

public CuePlaylist ( string p0 ) : void
p0 string
리턴 void

CuePlaylist() 공개 메소드

public CuePlaylist ( string p0, int p1, int p2 ) : void
p0 string
p1 int
p2 int
리턴 void

CueVideo() 공개 메소드

public CueVideo ( string p0 ) : void
p0 string
리턴 void

CueVideo() 공개 메소드

public CueVideo ( string p0, int p1 ) : void
p0 string
p1 int
리턴 void

CueVideos() 공개 메소드

public CueVideos ( global p0 ) : void
p0 global
리턴 void

CueVideos() 공개 메소드

public CueVideos ( global p0, int p1, int p2 ) : void
p0 global
p1 int
p2 int
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetObject() 공개 정적인 메소드

public static GetObject ( IntPtr handle, JniHandleOwnership transfer ) : IYouTubePlayer
handle System.IntPtr
transfer JniHandleOwnership
리턴 IYouTubePlayer

IYouTubePlayerInvoker() 공개 메소드

public IYouTubePlayerInvoker ( IntPtr handle, JniHandleOwnership transfer ) : System
handle System.IntPtr
transfer JniHandleOwnership
리턴 System

LoadPlaylist() 공개 메소드

public LoadPlaylist ( string p0 ) : void
p0 string
리턴 void

LoadPlaylist() 공개 메소드

public LoadPlaylist ( string p0, int p1, int p2 ) : void
p0 string
p1 int
p2 int
리턴 void

LoadVideo() 공개 메소드

public LoadVideo ( string p0 ) : void
p0 string
리턴 void

LoadVideo() 공개 메소드

public LoadVideo ( string p0, int p1 ) : void
p0 string
p1 int
리턴 void

LoadVideos() 공개 메소드

public LoadVideos ( global p0 ) : void
p0 global
리턴 void

LoadVideos() 공개 메소드

public LoadVideos ( global p0, int p1, int p2 ) : void
p0 global
p1 int
p2 int
리턴 void

Next() 공개 메소드

public Next ( ) : void
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Play() 공개 메소드

public Play ( ) : void
리턴 void

Previous() 공개 메소드

public Previous ( ) : void
리턴 void

Release() 공개 메소드

public Release ( ) : void
리턴 void

SeekRelativeMillis() 공개 메소드

public SeekRelativeMillis ( int p0 ) : void
p0 int
리턴 void

SeekToMillis() 공개 메소드

public SeekToMillis ( int p0 ) : void
p0 int
리턴 void

SetFullscreen() 공개 메소드

public SetFullscreen ( bool p0 ) : void
p0 bool
리턴 void

SetManageAudioFocus() 공개 메소드

public SetManageAudioFocus ( bool p0 ) : void
p0 bool
리턴 void

SetOnFullscreenListener() 공개 메소드

public SetOnFullscreenListener ( global p0 ) : void
p0 global
리턴 void

SetPlaybackEventListener() 공개 메소드

public SetPlaybackEventListener ( global p0 ) : void
p0 global
리턴 void

SetPlayerStateChangeListener() 공개 메소드

public SetPlayerStateChangeListener ( global p0 ) : void
p0 global
리턴 void

SetPlayerStyle() 공개 메소드

public SetPlayerStyle ( global p0 ) : void
p0 global
리턴 void

SetPlaylistEventListener() 공개 메소드

public SetPlaylistEventListener ( global p0 ) : void
p0 global
리턴 void

SetShowFullscreenButton() 공개 메소드

public SetShowFullscreenButton ( bool p0 ) : void
p0 bool
리턴 void