Uses of Class
org.robovm.apple.avfoundation.AVAudioSessionChannelDescription
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVAudioSessionChannelDescription in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return types with arguments of type AVAudioSessionChannelDescription Modifier and Type Method Description NSArray<AVAudioSessionChannelDescription>AVAudioPlayer. getChannelAssignments()NSArray<AVAudioSessionChannelDescription>AVAudioRecorder. getChannelAssignments()NSArray<AVAudioSessionChannelDescription>AVAudioSessionPortDescription. getChannels()NSArray<AVAudioSessionChannelDescription>AVSpeechSynthesizer. getOutputChannels()Method parameters in org.robovm.apple.avfoundation with type arguments of type AVAudioSessionChannelDescription Modifier and Type Method Description voidAVAudioPlayer. setChannelAssignments(NSArray<AVAudioSessionChannelDescription> v)voidAVAudioRecorder. setChannelAssignments(NSArray<AVAudioSessionChannelDescription> v)voidAVSpeechSynthesizer. setOutputChannels(NSArray<AVAudioSessionChannelDescription> v)