Structures
The following structures are available globally.
-
Playback position information for \c SFBAudioPlayerNode
See moreDeclaration
Objective-C
struct SFBAudioPlayerNodePlaybackPosition {}
-
Playback time information for \c SFBAudioPlayerNode
See moreDeclaration
Objective-C
struct SFBAudioPlayerNodePlaybackTime {}
-
Replay Gain gain and peak information
See moreDeclaration
Swift
public struct ReplayGain
-
A thin wrapper around a HAL audio object property selector for a specific
See moreAudioObject
subclassDeclaration
Swift
public struct AudioObjectSelector<T> where T : AudioObject
extension AudioObjectSelector: CustomStringConvertible
-
A thin wrapper around a variable-length
See moreAudioBufferList
structureDeclaration
Swift
public struct AudioBufferListWrapper
extension AudioBufferListWrapper: CustomDebugStringConvertible
-
A thin wrapper around a variable-length
See moreAudioChannelLayout
structureDeclaration
Swift
public struct AudioChannelLayoutWrapper
extension AudioChannelLayoutWrapper: CustomDebugStringConvertible
-
A thin wrapper around a variable-length
See moreAudioHardwareIOProcStreamUsage
structureDeclaration
Swift
public struct AudioHardwareIOProcStreamUsageWrapper
extension AudioHardwareIOProcStreamUsageWrapper: CustomDebugStringConvertible
-
A thin wrapper around a HAL audio object property selector
See moreDeclaration
Swift
public struct PropertySelector : RawRepresentable, ExpressibleByIntegerLiteral, ExpressibleByStringLiteral
extension PropertySelector: CustomStringConvertible
-
A thin wrapper around a HAL audio object property scope
See moreDeclaration
Swift
public struct PropertyScope : RawRepresentable, ExpressibleByIntegerLiteral, ExpressibleByStringLiteral
extension PropertyScope: CustomStringConvertible
-
A thin wrapper around a HAL audio object property element
See moreDeclaration
Swift
public struct PropertyElement : RawRepresentable, ExpressibleByIntegerLiteral, ExpressibleByStringLiteral
extension PropertyElement: CustomStringConvertible
-
A thin wrapper around a HAL audio object property address
See moreDeclaration
Swift
public struct PropertyAddress : RawRepresentable
extension PropertyAddress: Hashable
extension PropertyAddress: CustomStringConvertible
-
A HAL audio object property qualifier
See moreDeclaration
Swift
public struct PropertyQualifier