TvInputService.RecordingSession Constructors

Definition

Overloads

TvInputService.RecordingSession(Context)

Creates a new RecordingSession.

TvInputService.RecordingSession(IntPtr, JniHandleOwnership)

TvInputService.RecordingSession(Context)

Creates a new RecordingSession.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "", ApiSince=24)]
public RecordingSession (Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "", ApiSince=24)>]
new Android.Media.TV.TvInputService.RecordingSession : Android.Content.Context -> Android.Media.TV.TvInputService.RecordingSession

Parameters

context
Context

The context of the application

Attributes

Remarks

Creates a new RecordingSession.

Java documentation for android.media.tv.TvInputService.RecordingSession.TvInputService$RecordingSession(android.content.Context).

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

TvInputService.RecordingSession(IntPtr, JniHandleOwnership)

protected RecordingSession (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Media.TV.TvInputService.RecordingSession : nativeint * Android.Runtime.JniHandleOwnership -> Android.Media.TV.TvInputService.RecordingSession

Parameters

javaReference
IntPtr

nativeint

Remarks

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