Home
last modified time | relevance | path

Searched refs:track_kind (Results 1 – 13 of 13) sorted by relevance

/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dhketv.py150 track_kind = str_or_none(track.get('kind'))
151 if not track_kind or not isinstance(track_kind, compat_str):
153 if track_kind.lower() not in ('captions', 'subtitles'):
H A Dcommon.py3365 track_kind = track.get('kind')
3366 if not track_kind or not isinstance(track_kind, compat_str):
3368 if track_kind.lower() not in ('captions', 'subtitles'):
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dhketv.py150 track_kind = str_or_none(track.get('kind'))
151 if not track_kind or not isinstance(track_kind, compat_str):
153 if track_kind.lower() not in ('captions', 'subtitles'):
H A Dcommon.py2767 track_kind = track.get('kind')
2768 if not track_kind or not isinstance(track_kind, compat_str):
2770 if track_kind.lower() not in ('captions', 'subtitles'):
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/
H A Drtp_sender.h166 virtual std::string track_kind() const = 0;
270 std::string track_kind() const override { in track_kind() function
329 std::string track_kind() const override { in track_kind() function
H A Drtp_sender.cc221 if (track && track->kind() != track_kind()) { in SetTrack()
223 << " called on RtpSender with " << track_kind() in SetTrack()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Drtp_sender.h170 virtual std::string track_kind() const = 0;
275 std::string track_kind() const override { in track_kind() function
334 std::string track_kind() const override { in track_kind() function
H A Drtp_sender.cc229 if (track && track->kind() != track_kind()) { in SetTrack()
231 << " called on RtpSender with " << track_kind() in SetTrack()
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Drtp_sender.h184 virtual std::string track_kind() const = 0;
293 std::string track_kind() const override { in track_kind() function
352 std::string track_kind() const override { in track_kind() function
H A Drtp_sender.cc233 if (track && track->kind() != track_kind()) { in SetTrack()
235 << " called on RtpSender with " << track_kind() in SetTrack()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/formats/mp4/
H A Dmp4_stream_parser.cc497 const char* track_kind = (audio_track_ids_.size() == 1 ? "main" : ""); in ParseMoov() local
499 audio_config, audio_track_id, MediaTrack::Kind(track_kind), in ParseMoov()
594 auto track_kind = in ParseMoov() local
597 video_config, video_track_id, track_kind, in ParseMoov()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/formats/mp4/
H A Dmp4_stream_parser.cc478 const char* track_kind = (audio_track_ids_.size() == 1 ? "main" : ""); in ParseMoov() local
480 audio_config, audio_track_id, MediaTrack::Kind(track_kind), in ParseMoov()
572 auto track_kind = in ParseMoov() local
575 video_config, video_track_id, track_kind, in ParseMoov()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DTrack.h137 template<typename TrackType> constexpr TrackKind track_kind ()
628 track_kind<BaseClass>(), track_kind<ConcreteType>() );
895 CompatibleTrackKinds( track_kind<BareType>(), track->GetKind() ))
913 CompatibleTrackKinds( track_kind<BareType>(), track->GetKind() ))