MediaPlayerCtrl.VideoPlayerPluginCanOutputToTexture C# (CSharp) Method

VideoPlayerPluginCanOutputToTexture() private method

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