다음을 통해 공유


TvView.TimeShiftPlay(String, Uri) Method

Definition

Plays a given recorded TV program.

[Android.Runtime.Register("timeShiftPlay", "(Ljava/lang/String;Landroid/net/Uri;)V", "GetTimeShiftPlay_Ljava_lang_String_Landroid_net_Uri_Handler", ApiSince=24)]
public virtual void TimeShiftPlay (string? inputId, Android.Net.Uri? recordedProgramUri);
[<Android.Runtime.Register("timeShiftPlay", "(Ljava/lang/String;Landroid/net/Uri;)V", "GetTimeShiftPlay_Ljava_lang_String_Landroid_net_Uri_Handler", ApiSince=24)>]
abstract member TimeShiftPlay : string * Android.Net.Uri -> unit
override this.TimeShiftPlay : string * Android.Net.Uri -> unit

Parameters

inputId
String

The ID of the TV input that created the given recorded program.

recordedProgramUri
Uri

The URI of a recorded program.

Attributes

Remarks

Plays a given recorded TV program.

Java documentation for android.media.tv.TvView.timeShiftPlay(java.lang.String, android.net.Uri).

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