Home | History | Annotate | Download | only in mac

Lines Matching refs:codecs

1461 MediaPlayer::SupportsType MediaPlayerPrivateQTKit::supportsType(const String& type, const String& codecs)
1463 // Only return "IsSupported" if there is no codecs parameter for now as there is no way to ask QT if it supports an
1468 return codecs.isEmpty() ? MediaPlayer::MayBeSupported : MediaPlayer::IsSupported;