Beispiel #1
0
        /// <summary>
        /// Send a play message.
        /// </summary>
        public void PlayMedia()
        {
            if (chromeCastMessages == null || IsDisposed)
            {
                return;
            }

            SendMessage(chromeCastMessages.GetPlayMessage(chromeCastApplicationSessionNr, chromeCastMediaSessionId, GetNextRequestId(), chromeCastSource, chromeCastDestination));
        }
 public void PlayMedia()
 {
     SendMessage(chromeCastMessages.GetPlayMessage(chromeCastApplicationSessionNr, chromeCastMediaSessionId, GetNextRequestId(), chromeCastSource, chromeCastDestination));
 }