MediaSync.CreateInputSurface Method

Definition

Requests a Surface to use as the input.

[Android.Runtime.Register("createInputSurface", "()Landroid/view/Surface;", "", ApiSince=23)]
public Android.Views.Surface CreateInputSurface ();
[<Android.Runtime.Register("createInputSurface", "()Landroid/view/Surface;", "", ApiSince=23)>]
member this.CreateInputSurface : unit -> Android.Views.Surface

Returns

Attributes

Remarks

Requests a Surface to use as the input. This may only be called after #setSurface.

The application is responsible for calling release() on the Surface when done.

Java documentation for android.media.MediaSync.createInputSurface().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to