Example #1
0
 public void Start(SendingMode sendingMode, int presentationSource)
 {
     Codec.Send("xCommand Presentation Start SendingMode: {0} PresentationSource: {1}", sendingMode, presentationSource);
 }
Example #2
0
 public void Start(SendingMode sendingMode)
 {
     Codec.Send("xCommand Presentation Start SendingMode: {0}", sendingMode);
 }