Example usage for android.media.tv TvRecordingClient release

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

Introduction

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

Prototype

public void release() 

Source Link

Document

Releases the resources in the current recording session immediately.

Usage

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

public void releaseTvRecordingClient(TvRecordingClient recordingClient) {
    recordingClient.release();
}