Bug 247430

Summary: CARingBuffer uses CAAudioStreamDescription in a redundant way
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: MediaAssignee: Kimmo Kinnunen <kkinnunen>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   

Kimmo Kinnunen
Reported 2022-11-03 09:02:40 PDT
CARingBuffer uses CAAudioStreamDescription in a redundant way All CARingBuffer properties are described by channelCount, bytesPerFrame, frameCount. The format considerations should come from the caller of fetch(), since the caller already knows by definition what kind of data the caller expects.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-03 09:03:21 PDT
Kimmo Kinnunen
Comment 2 2022-11-04 05:25:36 PDT
EWS
Comment 3 2022-11-07 02:29:40 PST
Committed 256392@main (678b80c4edb8): <https://commits.webkit.org/256392@main> Reviewed commits have been landed. Closing PR #6129 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.