CloudMediaProvider.CloudMediaSurfaceController.OnSurfaceChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register("onSurfaceChanged", "(IIII)V", "GetOnSurfaceChanged_IIIIHandler", ApiSince=33)]
public abstract void OnSurfaceChanged (int surfaceId, int format, int width, int height);
[<Android.Runtime.Register("onSurfaceChanged", "(IIII)V", "GetOnSurfaceChanged_IIIIHandler", ApiSince=33)>]
abstract member OnSurfaceChanged : int * int * int * int -> unit
Parameters
- surfaceId
- Int32
- format
- Int32
- width
- Int32
- height
- Int32
- Attributes