createMediaPlayer

Creates an IMediaPlayer object.

public abstract IMediaPlayer createMediaPlayer();

You need to call this method to create a media player instance. If multiple instances are needed, you can call this method multiple times.

Timing

You can call this method before or after joining a channel.

Return Values

The IMediaPlayer object, if the method call succeeds. An empty pointer , if the method call fails.