Android.Media.TV.TvInputService Class
The TvInputService class represents a TV input or source such as HDMI or built-in tuner which provides pass-through video or broadcast TV programs.

See Also: TvInputService Members

Syntax

[Android.Runtime.Register("android/media/tv/TvInputService", DoNotGenerateAcw=true)]
public abstract class TvInputService : Android.App.Service

Remarks

The TvInputService class represents a TV input or source such as HDMI or built-in tuner which provides pass-through video or broadcast TV programs.

Applications will not normally use this service themselves, instead relying on the standard interaction provided by Android.Media.TV.TvView. Those implementing TV input services should normally do so by deriving from this class and providing their own session implementation based on NoType:android/media/tv/TvInputService$Session;Href=../../../../reference/android/media/tv/TvInputService.Session.html. All TV input services must require that clients hold the NoType:android/Manifest$permission;Href=../../../../reference/android/Manifest.permission.html#BIND_TV_INPUT in order to interact with the service; if this permission is not specified in the manifest, the system will refuse to bind to that TV input service.

[Android Documentation]

Requirements

Namespace: Android.Media.TV
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0