/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/webrtc/ |
H A D | RTCPeerConnection-removeTrack.https.html.ini | 1 [RTCPeerConnection-removeTrack.https.html] 2 [addTransceiver - Calling removeTrack with valid sender should set sender.track to null] 5 [Calling removeTrack with currentDirection sendrecv should set direction to recvonly] 8 [Calling removeTrack with currentDirection recvonly should not change direction]
|
H A D | RTCPeerConnection-setRemoteDescription-tracks.https.html.ini | 24 [removeTrack() does not remove the receiver.] 27 [removeTrack() causes onremovetrack and the track to be removed from the stream.] 30 [removeTrack() causes onmute and the track to be muted.] 36 [removeTrack() makes stream.onremovetrack fire and the track to be removed from the stream.] 42 [removeTrack() makes track.onmute fire and the track to be muted.] 48 [removeTrack() twice is safe.]
|
H A D | RTCPeerConnection-setRemoteDescription-replaceTrack.https.html.ini | 14 [replaceTrack() rejects when invoked after removeTrack().] 17 [replaceTrack() rejects after a subsequent removeTrack().]
|
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/sdk/android/api/org/webrtc/ |
H A D | MediaStream.java | 57 public boolean removeTrack(AudioTrack track) { in removeTrack() method in MediaStream 62 public boolean removeTrack(VideoTrack track) { in removeTrack() method in MediaStream 72 removeTrack(track); in dispose() 77 removeTrack(track); in dispose() 82 removeTrack(preservedVideoTracks.getFirst()); in dispose()
|
/dports/audio/tse3/tse3-0.3.1/src/tse3/app/ |
H A D | TrackSelection.cpp | 59 removeTrack(tracks.front()); in e() 84 removeTrack(track); 119 removeTrack(track); 135 removeTrack(track); 179 void TrackSelection::removeTrack(TSE3::Track *track) 226 removeTrack(track); 233 removeTrack(track);
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/api/org/webrtc/ |
H A D | MediaStream.java | 61 public boolean removeTrack(AudioTrack track) { in removeTrack() method in MediaStream 67 public boolean removeTrack(VideoTrack track) { in removeTrack() method in MediaStream 80 removeTrack(track); in dispose() 85 removeTrack(track); in dispose() 90 removeTrack(preservedVideoTracks.get(0 /* index */)); in dispose()
|
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/api/org/webrtc/ |
H A D | MediaStream.java | 61 public boolean removeTrack(AudioTrack track) { in removeTrack() method in MediaStream 67 public boolean removeTrack(VideoTrack track) { in removeTrack() method in MediaStream 80 removeTrack(track); in dispose() 85 removeTrack(track); in dispose() 90 removeTrack(preservedVideoTracks.get(0 /* index */)); in dispose()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/api/org/webrtc/ |
H A D | MediaStream.java | 61 public boolean removeTrack(AudioTrack track) { in removeTrack() method in MediaStream 67 public boolean removeTrack(VideoTrack track) { in removeTrack() method in MediaStream 80 removeTrack(track); in dispose() 85 removeTrack(track); in dispose() 90 removeTrack(preservedVideoTracks.get(0 /* index */)); in dispose()
|
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/support/ |
H A D | MemoryMeta.cpp | 49 Base::removeTrack( Track *track ) in removeTrack() function in Base 181 static_cast<Album *>( m_album.data() )->removeTrack( this ); in ~Track() 183 static_cast<Artist *>( m_artist.data() )->removeTrack( this ); in ~Track() 187 static_cast<Genre *>( m_genre.data() )->removeTrack( this ); in ~Track() 189 static_cast<Year *>( m_year.data() )->removeTrack( this ); in ~Track() 208 static_cast<Album *>( m_album.data() )->removeTrack( this ); in setAlbum() 218 static_cast<Artist *>( m_artist.data() )->removeTrack( this ); in setArtist() 238 static_cast<Genre *>( m_genre.data() )->removeTrack( this ); in setGenre() 248 static_cast<Year *>( m_year.data() )->removeTrack( this ); in setYear() 357 MapChanger::removeTrack( Meta::TrackPtr track ) in removeTrack() function in MapChanger [all …]
|
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/core/playlists/ |
H A D | TestPlaylistObserver.cpp | 136 m_testPlaylist->removeTrack( -1 ); // no effect in testTrackRemoved() 137 m_testPlaylist->removeTrack( 0 ); // has effect in testTrackRemoved() 138 m_testPlaylist->removeTrack( 22 ); // no effect, too far in testTrackRemoved() 139 m_testPlaylist->removeTrack( 21 ); // has effect in testTrackRemoved()
|
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/upnpcollection/ |
H A D | UpnpMeta.h | 136 void removeTrack( const UpnpTrackPtr &track ); 165 void removeTrack( const UpnpTrackPtr &track ); 190 void removeTrack( const UpnpTrackPtr &track ); 209 void removeTrack( const UpnpTrackPtr &track ); 228 void removeTrack( const UpnpTrackPtr &track );
|
H A D | UpnpCache.cpp | 165 void UpnpCache::removeTrack( const Meta::TrackPtr &t ) in removeTrack() function in Collections::UpnpCache 169 DOWNCAST( Artist, m_artistMap[ track->artist()->name() ] )->removeTrack( track ); in removeTrack() 170 DOWNCAST( Album, m_albumMap.value( track->album() ) )->removeTrack( track ); in removeTrack() 171 DOWNCAST( Genre, m_genreMap[ track->genre()->name() ] )->removeTrack( track ); in removeTrack() 172 DOWNCAST( Year, m_yearMap[ track->year()->year() ] )->removeTrack( track ); in removeTrack()
|
H A D | UpnpMeta.cpp | 325 UpnpArtist::removeTrack( const UpnpTrackPtr &track ) in removeTrack() function in UpnpArtist 417 UpnpAlbum::removeTrack( const UpnpTrackPtr &track ) in removeTrack() function in UpnpAlbum 479 UpnpGenre::removeTrack( const UpnpTrackPtr &track ) in removeTrack() function in UpnpGenre 518 UpnpComposer::removeTrack( const UpnpTrackPtr &track ) in removeTrack() function in UpnpComposer 557 UpnpYear::removeTrack( const UpnpTrackPtr &track ) in removeTrack() function in UpnpYear
|
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/items/menu/ |
H A D | TrackMenuItem.java | 43 private MenuItem removeTrack; 76 this.removeTrack = new MenuItem(this.menu, SWT.PUSH); 77 this.removeTrack.addSelectionListener(TuxGuitar.instance().getAction(RemoveTrackAction.NAME)); 109 setMenuItemTextAndAccelerator(this.removeTrack, "track.remove", RemoveTrackAction.NAME); 124 this.removeTrack.setEnabled(!running);
|
/dports/games/residualvm/residualvm-0.3.1/engines/grim/imuse/ |
H A D | imuse_script.cpp | 148 Track *removeTrack = nullptr; in stopSound() local 150 removeTrack = findTrack(soundName); in stopSound() 152 if (removeTrack == nullptr) { in stopSound() 156 flushTrack(removeTrack); in stopSound()
|
/dports/games/scummvm/scummvm-2.5.1/engines/grim/imuse/ |
H A D | imuse_script.cpp | 148 Track *removeTrack = nullptr; in stopSound() local 150 removeTrack = findTrack(soundName); in stopSound() 152 if (removeTrack == nullptr) { in stopSound() 156 flushTrack(removeTrack); in stopSound()
|
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux/common/ADM_editor/include/ |
H A D | ADM_edActiveAudioTracks.h | 39 virtual void removeTrack(int removeTrack);
|
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux/common/ADM_editor/include/ |
H A D | ADM_edActiveAudioTracks.h | 39 virtual void removeTrack(int removeTrack);
|
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux/common/ADM_editor/include/ |
H A D | ADM_edActiveAudioTracks.h | 39 virtual void removeTrack(int removeTrack);
|
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux/common/ADM_editor/include/ |
H A D | ADM_edActiveAudioTracks.h | 39 virtual void removeTrack(int removeTrack);
|
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/playlistmanager/ |
H A D | SyncedPlaylist.cpp | 87 SyncedPlaylist::removeTrack( int position ) in removeTrack() function in SyncedPlaylist 90 m_playlists.first()->removeTrack( position ); in removeTrack() 148 playlistToUpdate->removeTrack( position ); in trackRemoved() 291 slave->removeTrack( position ); in doSync()
|
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/webrtc/ |
H A D | RTCPeerConnection-setRemoteDescription-tracks.https.html.ini | 11 [removeTrack() twice is safe.] 15 [removeTrack() makes track.onmute fire and the track to be muted.]
|
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/webrtc/ |
H A D | RTCPeerConnection-setRemoteDescription-tracks.https.html.ini | 11 [removeTrack() twice is safe.] 15 [removeTrack() makes track.onmute fire and the track to be muted.]
|
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/ipodcollection/ |
H A D | IpodPlaylistProvider.cpp | 205 playlist->removeTrack( trackIndex ); in removeTrackFromPlaylists() 241 … m_stalePlaylist->removeTrack( m_stalePlaylist->tracks().indexOf( matchingStaleTrack ) ); in slotConsolidateStaleOrphaned() 251 … m_orphanedPlaylist->removeTrack( m_orphanedPlaylist->tracks().indexOf( orphanedTrack ) ); in slotConsolidateStaleOrphaned() 283 m_stalePlaylist->removeTrack( 0 ); in slotConsolidateStaleOrphaned() 295 m_orphanedPlaylist->removeTrack( 0 ); in slotConsolidateStaleOrphaned()
|
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/avfoundation/ |
H A D | AVComposition.inc | 47 procedure removeTrack (track: AVCompositionTrack); message 'removeTrack:';
|