IBM Toolkit
for MPEG-4

player
Interface PlayerStreamMonitoring


public interface PlayerStreamMonitoring

MPEG-4 Player Stream Monitoring. A class implementing this interface will be informed of newly constructed instances of stream monitors through which the stream data can be accessed.


Method Summary
 void audioStreamMonitorCreated(PlayerAudioStreamMonitor monitor)
          A new Player Audio Stream Monitor instance has been created via which an audio stream's decoded data can be monitored.
 

Method Detail

audioStreamMonitorCreated

public void audioStreamMonitorCreated(PlayerAudioStreamMonitor monitor)
A new Player Audio Stream Monitor instance has been created via which an audio stream's decoded data can be monitored. Audio data could be used to add further value during playback such as speaker recogntion or more simply show an audio meter etc.

Parameters:
monitor - PlayerAudioStreamMonitor instance through which audio stream ouput can be monitored.

IBM Toolkit
for MPEG-4

© Copyright IBM Corp. 1998, 2006. All Rights Reserved.