[Webkit-unassigned] [Bug 121942] New: [MediaStream API] implement MediaSourceStates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 25 22:05:07 PDT 2013


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

           Summary: [MediaStream API] implement MediaSourceStates
           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


dictionary MediaSourceStates
 {
    SourceTypeEnum       sourceType;
    DOMString            sourceId;
    unsigned long?       width;
    unsigned long?       height;
    float?               frameRate;
    float?               aspectRatio;
    VideoFacingModeEnum? facingMode;
    unsigned long?       volume;
};


<rdar://problem/15022705>

-- 
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