MediaPlayerCtrl.Call_GetVideoWidth C# (CSharp) Method

Call_GetVideoWidth() private method

private Call_GetVideoWidth ( ) : int
return int
	private int Call_GetVideoWidth()
	{
		return GetJavaObject().Call<int>("GetVideoWidth");
	}
	
MediaPlayerCtrl