![]() |
HBBTV
22.11.0
|
Oipf application manager object. More...
#include <string.h>#include <stdio.h>#include "techtype.h"#include "hbbtv_js.h"#include "hbbtv_sif_os.h"#include "object.h"#include "hbbtv_string.h"#include "hbbtv_control.h"#include "oipf_drm_agent.h"Classes | |
| struct | S_CAPABILITIES |
Functions | |
| void * | HBBTV_JSOipfCapabilities_getXmlCapabilities (void *obj) |
| readonly Document xmlCapabilities, Section 7.15.3.1 More... | |
| U8BIT | HBBTV_JSOipfCapabilities_getExtraSDVideoDecodes (void *obj) |
| readonly Number extraSDVideoDecodes, Section 7.15.3.1. This property is not implemented and returns 0. More... | |
| U8BIT | HBBTV_JSOipfCapabilities_getExtraHDVideoDecodes (void *obj) |
| readonly Number extraHDVideoDecodes, Section 7.15.3.1. This property is not implemented and returns 0. More... | |
| BOOLEAN | HBBTV_JSOipfCapabilities_hasCapability (void *obj, S_HBBTV_STRING *profileName) |
| Boolean hasCapability( String profileName ), Section 7.15.3.2. More... | |
| void * | HBBTV_Capabilities_getOptionsString (void) |
| Returns a string object containing the supported options as defined in TS102796, section 10.2.4. This function can be used to return the correct User-Agent value. The string object must be released using HBBTV_JSObject_release. More... | |
Variables | |
| void * | JS_OIPF_CAPABILITIES_CLASS = &s_vtab |
Oipf application manager object.
| void* HBBTV_Capabilities_getOptionsString | ( | void | ) |
Returns a string object containing the supported options as defined in TS102796, section 10.2.4. This function can be used to return the correct User-Agent value. The string object must be released using HBBTV_JSObject_release.
Returns a string object containing the supported options as defined in TS102796, section 10.2.4. The returned string can be used to form the correct User-Agent value. The string object must be released using HBBTV_JSObject_release.
| U8BIT HBBTV_JSOipfCapabilities_getExtraHDVideoDecodes | ( | void * | obj | ) |
readonly Number extraHDVideoDecodes, Section 7.15.3.1. This property is not implemented and returns 0.
| U8BIT HBBTV_JSOipfCapabilities_getExtraSDVideoDecodes | ( | void * | obj | ) |
readonly Number extraSDVideoDecodes, Section 7.15.3.1. This property is not implemented and returns 0.
| void* HBBTV_JSOipfCapabilities_getXmlCapabilities | ( | void * | obj | ) |
readonly Document xmlCapabilities, Section 7.15.3.1
| BOOLEAN HBBTV_JSOipfCapabilities_hasCapability | ( | void * | obj, |
| S_HBBTV_STRING * | profileName | ||
| ) |
Boolean hasCapability( String profileName ), Section 7.15.3.2.
1.8.11