Share via


TvView.ResumePlayback Method

Definition

Resumes playback of the Audio, Video, and CC streams.

[Android.Runtime.Register("resumePlayback", "()V", "GetResumePlaybackHandler", ApiSince=36)]
public virtual void ResumePlayback();
[<Android.Runtime.Register("resumePlayback", "()V", "GetResumePlaybackHandler", ApiSince=36)>]
abstract member ResumePlayback : unit -> unit
override this.ResumePlayback : unit -> unit
Attributes

Remarks

Resumes playback of the Audio, Video, and CC streams.

Note that this is different from #timeShiftResume() as this is intended to be used after #stopPlayback(int) has been called. This is used to resume playback from the current position in the live broadcast.

If this is the first time playback should begin, you will need to use #tune(String, Uri, Bundle) to begin playback.

Java documentation for android.media.tv.TvView.resumePlayback().

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