Example usage for android.media.tv TvRecordingClient TvRecordingClient

List of usage examples for android.media.tv TvRecordingClient TvRecordingClient

Introduction

In this page you can find the example usage for android.media.tv TvRecordingClient TvRecordingClient.

Prototype

public TvRecordingClient(Context context, String tag, @NonNull RecordingCallback callback, Handler handler) 

Source Link

Document

Creates a new TvRecordingClient object.

Usage

From source file:com.android.tv.dvr.DvrSessionManager.java

public TvRecordingClient createTvRecordingClient(String tag, TvRecordingClient.RecordingCallback callback,
        Handler handler) {/*from w ww. j  a v  a 2 s.c o m*/
    return new TvRecordingClient(mContext, tag, callback, handler);
}