Struct itunes_com::wrappers::PlaylistWindow
source · pub struct PlaylistWindow { /* private fields */ }Expand description
Safe wrapper over a IITPlaylistWindow
Implementations§
source§impl PlaylistWindow
impl PlaylistWindow
sourcepub fn SelectedTracks(&self) -> Result<TrackCollection>
pub fn SelectedTracks(&self) -> Result<TrackCollection>
Returns a collection containing the currently selected track or tracks.