Share via


TvInputService.HardwareSession.OnHardwareVideoAvailable Method

Definition

Called when the underlying hardware TV input session calls TvInputService.Session#notifyVideoAvailable().

[Android.Runtime.Register("onHardwareVideoAvailable", "()V", "GetOnHardwareVideoAvailableHandler")]
public virtual void OnHardwareVideoAvailable ();
[<Android.Runtime.Register("onHardwareVideoAvailable", "()V", "GetOnHardwareVideoAvailableHandler")>]
abstract member OnHardwareVideoAvailable : unit -> unit
override this.OnHardwareVideoAvailable : unit -> unit
Attributes

Remarks

Called when the underlying hardware TV input session calls TvInputService.Session#notifyVideoAvailable().

Java documentation for android.media.tv.TvInputService.HardwareSession.onHardwareVideoAvailable().

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.

Applies to