#include "third_party/blink/renderer/modules/mediasource/media_source_attachment_supplement.h"
namespace blink {
MediaSourceAttachmentSupplement::MediaSourceAttachmentSupplement() = default;
MediaSourceAttachmentSupplement::~MediaSourceAttachmentSupplement() = default;
void MediaSourceAttachmentSupplement::AddMainThreadAudioTrackToMediaElement(
String ,
String ,
String ,
String ,
bool ) { … }
void MediaSourceAttachmentSupplement::AddMainThreadVideoTrackToMediaElement(
String ,
String ,
String ,
String ,
bool ) { … }
bool MediaSourceAttachmentSupplement::RunExclusively(
bool ,
RunExclusivelyCB cb) { … }
bool MediaSourceAttachmentSupplement::FullyAttachedOrSameThread(
SourceBufferPassKey) const { … }
void MediaSourceAttachmentSupplement::
AssertCrossThreadMutexIsAcquiredForDebugging() { … }
void MediaSourceAttachmentSupplement::SendUpdatedInfoToMainThreadCache() { … }
MediaSourceAttachmentSupplement::ExclusiveKey
MediaSourceAttachmentSupplement::GetExclusiveKey() const { … }
}