TvInputService.RecordingSession.OnPauseRecording(Bundle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the application requests to pause TV program recording.
[Android.Runtime.Register("onPauseRecording", "(Landroid/os/Bundle;)V", "GetOnPauseRecording_Landroid_os_Bundle_Handler", ApiSince=31)]
public virtual void OnPauseRecording (Android.OS.Bundle params);
[<Android.Runtime.Register("onPauseRecording", "(Landroid/os/Bundle;)V", "GetOnPauseRecording_Landroid_os_Bundle_Handler", ApiSince=31)>]
abstract member OnPauseRecording : Android.OS.Bundle -> unit
override this.OnPauseRecording : Android.OS.Bundle -> unit
Parameters
- params
- Bundle
Domain-specific data for recording request.
- Attributes
Remarks
Called when the application requests to pause TV program recording. Recording must pause immediately when this method is called.
If the pause request cannot be fulfilled, the session must call #notifyError(int)
.
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.