- From: <bugzilla@jessica.w3.org>
- Date: Tue, 03 Apr 2012 16:15:20 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16612 Summary: Consider wrapping all encrypted media methods inside a new interface Product: HTML WG Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Encrypted Media Extensions AssignedTo: adrianba@microsoft.com ReportedBy: watsonm@netflix.com QAContact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-wg-issue-tracking@w3.org, public-html@w3.org It has been suggested that only a single key manager attribute be added to the HTMLMediaElement itself in order to improve encapsulation. For example: partial interface HTMLMediaElement { attribute MediaKeyManager keymanager; }; interface MediaKeyManager { void generateKeyRequest(in DOMString keySystem, in Uint8Array? initData); void addKey(in DOMString keySystem, in Uint8Array key, in Uint8Array? initData, in DOMString? sessionId); void cancelKeyRequest(in DOMString keySystem, in DOMString? sessionId); }; -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Tuesday, 3 April 2012 16:15:27 UTC