TvInteractiveAppService.Session.SetTvRecordingInfo 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.
Sets the recording info for the specified recording
[Android.Runtime.Register("setTvRecordingInfo", "(Ljava/lang/String;Landroid/media/tv/TvRecordingInfo;)V", "GetSetTvRecordingInfo_Ljava_lang_String_Landroid_media_tv_TvRecordingInfo_Handler", ApiSince=34)]
public virtual void SetTvRecordingInfo (string recordingId, Android.Media.TV.TvRecordingInfo recordingInfo);
[<Android.Runtime.Register("setTvRecordingInfo", "(Ljava/lang/String;Landroid/media/tv/TvRecordingInfo;)V", "GetSetTvRecordingInfo_Ljava_lang_String_Landroid_media_tv_TvRecordingInfo_Handler", ApiSince=34)>]
abstract member SetTvRecordingInfo : string * Android.Media.TV.TvRecordingInfo -> unit
override this.SetTvRecordingInfo : string * Android.Media.TV.TvRecordingInfo -> unit
Parameters
- recordingId
- String
The ID of the recording to set the info for. This is provided by the
TV app in TvInteractiveAppView#notifyRecordingStarted(String, String)
- recordingInfo
- TvRecordingInfo
The TvRecordingInfo
to set to the recording.
- Attributes
Remarks
Sets the recording info for the specified recording
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.