TvInteractiveAppService.Session.OnRecordingDisconnected 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.
This is called when the connection to the current recording session is lost.
[Android.Runtime.Register("onRecordingDisconnected", "(Ljava/lang/String;Ljava/lang/String;)V", "GetOnRecordingDisconnected_Ljava_lang_String_Ljava_lang_String_Handler", ApiSince=34)]
public virtual void OnRecordingDisconnected (string recordingId, string inputId);
[<Android.Runtime.Register("onRecordingDisconnected", "(Ljava/lang/String;Ljava/lang/String;)V", "GetOnRecordingDisconnected_Ljava_lang_String_Ljava_lang_String_Handler", ApiSince=34)>]
abstract member OnRecordingDisconnected : string * string -> unit
override this.OnRecordingDisconnected : string * string -> unit
Parameters
- recordingId
- String
The ID of the related recording which is sent via
TvInteractiveAppView#notifyRecordingStarted(String, String)
- inputId
- String
The ID of the TV input bound to the current TvRecordingClient.
- Attributes
Remarks
This is called when the connection to the current recording session is lost.
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.