Search found 3 matches

Go to advanced search

by tomashevic
31 Mar 2020 18:41
Forum: Development around libVLC
Topic: LibVLCSharp MediaPlayer.IsPlaying won't work??
Replies: 2
Views: 374

LibVLCSharp MediaPlayer.IsPlaying won't work??

trying to stream audio to other vlc, which is working, but when i call isPlaying property , it wont react , even if is MediaPlayer is playing.Why?I'm i using it properly ? Here is piece of code bellow. medijaPlejer.Play(medij); if (medijaPlejer.IsPlaying) { streamButton.Text = "Streaming";...
by tomashevic
11 Sep 2016 22:07
Forum: Web and scripting
Topic: C# logo or marquee with activex
Replies: 1
Views: 2850

C# logo or marquee with activex

i'm trying this code private void monitor1_MediaPlayerStopped(object sender, EventArgs e) { monitor1.video.marquee.text = "NO VIDEO"; monitor1.video.marquee.color = 0xFF0000; monitor1.video.marquee.refresh = 1; monitor1.video.marquee.opacity = 255; monitor1.video.marquee.position = "c...

Go to advanced search