Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 923 Bytes

tuner-host-info.md

File metadata and controls

41 lines (33 loc) · 923 Bytes

Tuner Host Info

Structure

TunerHostInfo

Fields

Name Type Tags Description
id string Optional -
url string Optional -
mtype string Optional -
device_id string Optional -
friendly_name string Optional -
import_favorites_only bool Optional -
allow_hw_transcoding bool Optional -
enable_stream_looping bool Optional -
source string Optional -
tuner_count int Optional -
user_agent string Optional -

Example (as JSON)

{
  "Id": null,
  "Url": null,
  "Type": null,
  "DeviceId": null,
  "FriendlyName": null,
  "ImportFavoritesOnly": null,
  "AllowHWTranscoding": null,
  "EnableStreamLooping": null,
  "Source": null,
  "TunerCount": null,
  "UserAgent": null
}