[Webkit-unassigned] [Bug 121940] New: [MediaStream API] update MediaStreamTrack object to match spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 25 22:01:45 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=121940

           Summary: [MediaStream API] update MediaStreamTrack object to
                    match spec
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric.carlson at apple.com
                CC: dino at apple.com, jer.noble at apple.com,
                    thiago.lacerda at openbossa.org


MISSING:
    readonly    attribute boolean               muted;
    readonly    attribute boolean               _readonly;
    readonly    attribute boolean               remote;
              attribute EventHandler      onstarted;
    Dictionary?                                          constraints ();            // MediaTrackConstraints
    Dictionary                                            states ();                // MediaSourceStates
    Dictionary                                            capabilities ();            // AllVideoCapabilities or AllAudioCapabilities
            void                                                     applyConstraints (MediaTrackConstraints constraints);
              attribute EventHandler      onoverconstrained;
    MediaStreamTrack                             clone ();
    void                                                     stop ();


<rdar://problem/15022423>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list