blob: aa8361dc92b3baa77dd034bb3f2623cf48098e89 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://github.com/alvestrand/webrtc-media-streams/blob/master/explainer.md#api
// TODO(guidou): Add standards link when available.
dictionary RTCEncodedAudioFrameMetadata {
unsigned long synchronizationSource;
sequence<unsigned long> contributingSources;
};