2509021526
This commit is contained in:
parent
4d41769076
commit
6d35e04361
@ -170,7 +170,7 @@ namespace DualScreenDemo
|
|||||||
|
|
||||||
private void HandleRoomState(string action)
|
private void HandleRoomState(string action)
|
||||||
{
|
{
|
||||||
if (Program.room.IsOpen()==false)
|
if (Program.room.IsOpen())
|
||||||
{
|
{
|
||||||
switch (action)
|
switch (action)
|
||||||
{
|
{
|
||||||
|
@ -88,11 +88,11 @@ namespace DualScreenDemo.Services
|
|||||||
_media.ParseAsync(_libVLC);
|
_media.ParseAsync(_libVLC);
|
||||||
_media.ParsedChanged += (sender, args) =>
|
_media.ParsedChanged += (sender, args) =>
|
||||||
{
|
{
|
||||||
if (args.ParsedStatus != MediaParsedStatus.Failed)
|
// if (args.ParsedStatus != MediaParsedStatus.Failed)
|
||||||
{
|
// {
|
||||||
_mediaPlayer.Media = addMediaOption(_media, audioTrackIndex);
|
_mediaPlayer.Media = addMediaOption(_media, audioTrackIndex);
|
||||||
_mediaPlayer.Play();
|
_mediaPlayer.Play();
|
||||||
}
|
// }
|
||||||
};
|
};
|
||||||
_mediaPlayer.Fullscreen = true;
|
_mediaPlayer.Fullscreen = true;
|
||||||
_mediaPlayer.Mute = false;
|
_mediaPlayer.Mute = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user