Home
last modified time | relevance | path

Searched refs:videoId (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/app/webrtc/objc/public/
DRTCPeerConnectionFactory.h71 - (RTCVideoTrack *)videoTrackWithID:(NSString *)videoId
/external/webrtc/talk/app/webrtc/objc/
DRTCPeerConnectionFactory.mm134 - (RTCVideoTrack*)videoTrackWithID:(NSString*)videoId
137 self.nativeFactory->CreateVideoTrack([videoId UTF8String],
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js6514 VideoPlayer.prototype.startYouTubePlayer = function(videoId) { argument
6518 this.queueVideo = videoId;
6526 var idAndHash = videoId.split('#');
6538 videoId: idAndHash[0], property
6549 if (videoId !== this.getVideoId()) {
6550 this.youTubePlayer.cueVideoById(videoId);
6586 var videoId = this.getVideoId();
6593 'Videos', 'Resume', videoId);
6597 'Videos', 'Start: ' + videoId, 'on: ' + document.location.href);
6605 'Videos', 'Paused: ' + videoId, 'on: ' + currentTime);
[all …]