Home
last modified time | relevance | path

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

/haiku/src/apps/soundrecorder/
H A DScopeView.h28 void RenderTrack(BMediaTrack *track, const media_format &format);
H A DScopeView.cpp261 ScopeView::RenderTrack(BMediaTrack *track, const media_format &format) in RenderTrack() function in ScopeView
H A DRecorderWindow.cpp1132 fScopeView->RenderTrack(fPlayTrack, fPlayFormat); in UpdatePlayFile()