UserVideoServiceInfo
Jump to navigation
Jump to search
Members
| Field | Data Type | Description |
|---|---|---|
| BlackoutArea | int | |
| CreditLimit | long | |
| DvbtTuners | int | |
| DvrEnabled | bool | |
| GeographicArea | int | |
| HDMediaStreams | int | |
| ID | int | |
| SDMediaStreams | int | |
| ServerCodeList | String | |
| ServiceGroup | String | |
| TimeShiftStatus | TimeShiftStatus | |
| TimeShiftStatusDate | long | |
| TimeShiftStatusId | int | |
| TimeZone | int |
Example
{
- "ID": 0,
- "CreditLimit": 0,
- "GeographicArea": 0,
- "BlackoutArea": 0,
- "TimeZone": 0,
- "DvrEnabled": false,
- "SDMediaStreams": 0,
- "HDMediaStreams": 0,
- "DvbtTuners": 0,
- "ServiceGroup": "",
- "ServerCodeList": "",
- "TimeShiftStatusId": 0,
- "TimeShiftStatus": 0,
- "TimeShiftStatusDate": 0
}
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 1.0 | Initial data type implementation | Harley Cabral |