2006-04-07, 06:11 PM 
	
	
	
		When I play an audio file using PluginHelperFactory.getPluginHelper().PlayAudioFile(fileName)
And then check the audio queue to see what is playing using
System.Collections.IList PlayList = PluginHelperFactory.getPluginHelper().GetAudioPlayList(out currentIndex, out trackDuration, out playbackPosition);
Nothing is returned. Is there a method that can be used to retrieve the currently playing audio track?
Thanks
Jeff
	
	
	
And then check the audio queue to see what is playing using
System.Collections.IList PlayList = PluginHelperFactory.getPluginHelper().GetAudioPlayList(out currentIndex, out trackDuration, out playbackPosition);
Nothing is returned. Is there a method that can be used to retrieve the currently playing audio track?
Thanks
Jeff