[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
New MediaPlayer
[Thread Prev] | [Thread Next]
- Subject: New MediaPlayer
- From: Hans Lehmann <hans@xxxxxxxxxxxxxx>
- Date: Wed, 12 Jun 2024 11:40:31 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Hello.I need information about the 3 optional parameters in the documentation (MediaPlayer (gb.media)) for our online Gambas book:
/Dim hMediaPlayer As MediaPlayerhMediaPlayer = 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
Re: New MediaPlayer | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |