MediaPlayerCtrl.VideoPlayerPluginCanOutputToTexture C# (CSharp) 메소드

VideoPlayerPluginCanOutputToTexture() 개인적인 메소드

private VideoPlayerPluginCanOutputToTexture ( string videoURL ) : bool
videoURL string
리턴 bool
	private static extern bool VideoPlayerPluginCanOutputToTexture(string videoURL);
	[DllImport("__Internal")]
MediaPlayerCtrl