Example #1
0
 internal override void OnAttached(Player player)
 {
     NativePlayer.SetUri(player.Handle, Uri).
     ThrowIfFailed(player, "Failed to set the source with specified uri");
 }