internal void UnpauseResume() { SetProperty("pause", MpvFormat.MPV_FORMAT_STRING, "no"); cstate = MediaElement.MediaState.Playing; }
internal void Pause() { SetProperty("pause", MpvFormat.MPV_FORMAT_STRING, "yes"); cstate = MediaElement.MediaState.Paused; }