Uses of Class
org.robovm.apple.avfoundation.AVAudioSessionDataSourceDescription
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVAudioSessionDataSourceDescription in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVAudioSessionDataSourceDescription Modifier and Type Method Description AVAudioSessionDataSourceDescriptionAVAudioSession. getInputDataSource()AVAudioSessionDataSourceDescriptionAVAudioSession. getOutputDataSource()AVAudioSessionDataSourceDescriptionAVAudioSessionPortDescription. getPreferredDataSource()AVAudioSessionDataSourceDescriptionAVAudioSessionPortDescription. getSelectedDataSource()Methods in org.robovm.apple.avfoundation that return types with arguments of type AVAudioSessionDataSourceDescription Modifier and Type Method Description NSArray<AVAudioSessionDataSourceDescription>AVAudioSessionPortDescription. getDataSources()NSArray<AVAudioSessionDataSourceDescription>AVAudioSession. getInputDataSources()NSArray<AVAudioSessionDataSourceDescription>AVAudioSession. getOutputDataSources()Methods in org.robovm.apple.avfoundation with parameters of type AVAudioSessionDataSourceDescription Modifier and Type Method Description booleanAVAudioSession. setInputDataSource(AVAudioSessionDataSourceDescription dataSource)booleanAVAudioSession. setOutputDataSource(AVAudioSessionDataSourceDescription dataSource)booleanAVAudioSessionPortDescription. setPreferredDataSource(AVAudioSessionDataSourceDescription dataSource)