[Bug 25850] New: Specify getter/setter behavior SourceBuffer.trackDefaults

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25850

            Bug ID: 25850
           Summary: Specify getter/setter behavior
                    SourceBuffer.trackDefaults
           Product: HTML WG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Media Source Extensions
          Assignee: acolwell@google.com
          Reporter: acolwell@google.com
        QA Contact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-media@w3.org

I just realized I forgot to fully specify the getter/setter and initial value
for SourceBuffer.trackDefaults.

- The initial value should be an empty TrackDefaultList object.
- The setter should have the same exception throwing logic that prevents
setting while updating is true and when the SourceBuffer in not attached to a
MediaSource.
- The getter should simply return the initial value or the last value set.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Wednesday, 21 May 2014 03:44:52 UTC