Example #1
0
 private static void UseEasyMovieTexture()
 {
     PlayerSelector.SelectPlayer(MediaPlayerType.EasyMovieTexture);
     Debug.LogFormat(LOG_FORMAT, "Set media player to: " + MediaPlayerType.EasyMovieTexture);
 }
Example #2
0
 private static void UseUnityVideoPlayer()
 {
     PlayerSelector.SelectPlayer(MediaPlayerType.UnityVideoPlayer);
     Debug.LogFormat(LOG_FORMAT, "Set media player to: " + MediaPlayerType.UnityVideoPlayer);
 }
Example #3
0
 private static void UseAVProVideo()
 {
     PlayerSelector.SelectPlayer(MediaPlayerType.AVProVideo);
     Debug.LogFormat(LOG_FORMAT, "Set media player to: " + MediaPlayerType.AVProVideo);
 }