We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature description The device information should be derived by the ExoPlayerAdapter class and included in the QoE metrics report
ExoPlayerAdapter
Relevant specifications and corresponding sections
Additional context XSD Definition
<xs:complexType name="SupplementQoEMetricType"> <xs:sequence> <xs:element name="Entry" minOccurs="0" type="DeviceInformationType" /> <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax" /> </xs:sequence> </xs:complexType><xs:complexType name="DeviceInformationType"> <xs:choice> <xs:element name="Entry" maxOccurs="unbounded" type="DeviceInformationEntryType" /> </xs:choice> <xs:anyAttribute processContents="skip" /> </xs:complexType><xs:complexType name="DeviceInformationEntryType"> <xs:attribute name="start" type="xs:dateTime" use="required" /> <xs:attribute name="mstart" type="xs:duration" use="required" /> <xs:attribute name="videoWidth" type="xs:unsignedInt" use="required" /> <xs:attribute name="videoHeight" type="xs:unsignedInt" use="required" /> <xs:attribute name="screenWidth" type="xs:unsignedInt" use="required" /> <xs:attribute name="screenHeight" type="xs:unsignedInt" use="required" /> <xs:attribute name="pixelWidth" type="xs:double" use="required" /> <xs:attribute name="pixelHeight" type="xs:double" use="required" /> <xs:attribute name="fieldOfView" type="xs:double" use="required" /> <xs:anyAttribute processContents="skip" /> </xs:complexType></xs:schema>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature description
The device information should be derived by the
ExoPlayerAdapter
class and included in the QoE metrics reportRelevant specifications and corresponding sections
Additional context
XSD Definition
The text was updated successfully, but these errors were encountered: