コード例 #1
0
 static extern bool TVIVideoOrientationIsRotated(TVIVideoOrientation orientation);
コード例 #2
0
 static extern CGAffineTransform TVIVideoOrientationMakeTransform(TVIVideoOrientation orientation);
コード例 #3
0
 public OrientationDidChangeEventArgs(TVIVideoView view, TVIVideoOrientation orientation)
 {
     View        = view;
     Orientation = orientation;
 }
コード例 #4
0
 static extern bool TVIVideoOrientationIsValid(TVIVideoOrientation orientation);
コード例 #5
0
 public override void VideoView(TVIVideoView view, TVIVideoOrientation orientation)
 {
     OnOrientationDidChange(new OrientationDidChangeEventArgs(view, orientation));
 }