Example #1
0
 private void ChangeSettings()
 {
     //Settings need to be changed because they might change how the player interacts with chromecast.
     //These settings get reverted back to their original settings after
     mbApiInterface.Player_SetMute(true);
     mbApiInterface.Player_SetCrossfade(false);
 }