UnsubscribeContributor() public méthode

Unsubscribes the contributor. Returns false if the current contributor is different from the one making the call.
public UnsubscribeContributor ( IGATTrackContributor contributor ) : bool
contributor IGATTrackContributor
Résultat bool
 /// <summary>
 /// Stops streaming to the track, which
 /// will then be available to other contributors.
 /// </summary>
 public void Stop()
 {
     _track.UnsubscribeContributor(this);
     _stream.RemoveAudioThreadStreamClient(this);
 }