Video Mute
I have an application on a video playback device (which I am hoping to replace) which provides a "Video Mute" (e.g. screen goes black) and "Video Unmute" (video returns normally) under certain circumstances while the media file playing is still rolling.
I repeat, while the media file is still rolling.
Question 1) Is there a way to do this on the Compact units?
I have seen the StopClear method, er, interface of the roVideoPlayer object, but this causes the file to stop playing, which unfortunately wouldn't work.
Question 2) Is there somewhere to find a description of methods, er, interfaces like StopClear? HDCompact_ObjectReferenceManual.pdf enumerates interfaces but does not describe them. Or are we supposed to guess their functionality solely from their names...?
Thanks again!!