Searched refs:GetTrackSupplier (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/mediaplayer/
H A DController.cpp287 TrackSupplier* trackSupplier = fItem->GetTrackSupplier();
442 return fItem->GetTrackSupplier()->CountAudioTracks();
453 return fItem->GetTrackSupplier()->CountVideoTracks();
464 return fItem->GetTrackSupplier()->CountSubTitleTracks();
478 = fItem->GetTrackSupplier()->CreateAudioTrackForIndex(n);
529 = fItem->GetTrackSupplier()->CreateVideoTrackForIndex(n);
575 fItem->GetTrackSupplier()->SubTitleTrackForIndex(n);
611 = fItem->GetTrackSupplier()->SubTitleTrackForIndex(n);
890 return fItem->GetTrackSupplier()->GetFileFormatInfo(fileFormat);
900 return fItem->GetTrackSupplier()
[all...]
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistItem.cpp68 PlaylistItem::GetTrackSupplier() function in class:PlaylistItem
235 TrackSupplier* supplier = GetTrackSupplier();
H A DPlaylistItem.h107 TrackSupplier* GetTrackSupplier();

Completed in 57 milliseconds