This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 19621 - define MediaKeySessionArray inside MediaKeys
Summary: define MediaKeySessionArray inside MediaKeys
Status: RESOLVED NEEDSINFO
Alias: None
Product: HTML WG
Classification: Unclassified
Component: Encrypted Media Extensions (show other bugs)
Version: unspecified
Hardware: PC Windows 3.1
: P2 normal
Target Milestone: ---
Assignee: Adrian Bateman [MSFT]
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-19 07:25 UTC by Yang Sun
Modified: 2012-12-11 06:28 UTC (History)
4 users (show)

See Also:


Attachments

Description Yang Sun 2012-10-19 07:25:21 UTC
we are using MediaKeys to handle several keySession under it, but we have not a MediaKeySession list object in MediaKeys, so here I propose to define a new type
type MediaKeySession[] MediaKeySessionArray, then add a new attribute: attribute MediaKeySessionArray mediakeysessions.
Comment 1 David Dorwin 2012-10-29 10:52:55 UTC
This was mentioned as Open Question 12 in http://lists.w3.org/Archives/Public/public-html-media/2012Jul/0002.html with the following comment:
"Applications must store references if they want to access them in the future. This seems fine since operations on the session object will generally be in response to events on it. This might be required if we want to use the collection object to obtain saved key releases."


Can you describe your use case, which requires access to a list in the MediaKeys object? Could the use case be addressed using custom attributes?
Comment 2 David Dorwin 2012-12-11 06:28:16 UTC
If you feel this needs to be fixed, please reopen with more information.