AVAudioSession.SetInputDataSource Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Sélectionne le spécifié dataSource
.
[Foundation.Export("setInputDataSource:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool SetInputDataSource (AVFoundation.AVAudioSessionDataSourceDescription dataSource, out Foundation.NSError outError);
abstract member SetInputDataSource : AVFoundation.AVAudioSessionDataSourceDescription * -> bool
override this.SetInputDataSource : AVFoundation.AVAudioSessionDataSourceDescription * -> bool
Paramètres
- outError
- NSError
En cas d’échec, cela contient les détails de l’erreur.
Retours
true
si la demande a réussi, sinon le paramètre outError contient une instance de NSError décrivant le problème.
- Attributs