[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

New MediaPlayer


Hello.

I need information about the 3 optional parameters in the documentation (MediaPlayer (gb.media)) for our online Gambas book:

/Dim hMediaPlayer As MediaPlayer
hMediaPlayer = New MediaPlayer ( [ Parent As MediaContainer, Type As String, Polling As Integer ] ) [ As ‘EventName’ ]
/
In addition to a (detailed) description of the parameters, a source code section that creates a new MediaPlayer with all the parameters set would be particularly helpful. The example project ‘Media player based on GStreamer’ from the sources is unfortunately not very helpful in this case.

Regards

Honsek

Follow-Ups:
Re: New MediaPlayerBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>