TvInputService.RecordingSession.NotifyTuned(Uri) 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.
Informs the application that this recording session has been tuned to the given channel and is ready to start recording.
[Android.Runtime.Register("notifyTuned", "(Landroid/net/Uri;)V", "GetNotifyTuned_Landroid_net_Uri_Handler", ApiSince=24)]
public virtual void NotifyTuned (Android.Net.Uri? channelUri);
[<Android.Runtime.Register("notifyTuned", "(Landroid/net/Uri;)V", "GetNotifyTuned_Landroid_net_Uri_Handler", ApiSince=24)>]
abstract member NotifyTuned : Android.Net.Uri -> unit
override this.NotifyTuned : Android.Net.Uri -> unit
Parameters
- channelUri
- Uri
The URI of a channel.
- Attributes
Remarks
Informs the application that this recording session has been tuned to the given channel and is ready to start recording.
Upon receiving a call to #onTune(Uri)
, the session is expected to tune to the passed channel and call this method to indicate that it is now available for immediate recording. When #onStartRecording(Uri)
is called, recording must start with minimal delay.
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.