Namespace SA.iOS.AVFoundation
Classes
ISN_AVAssetImageGenerator
An object that provides thumbnail or preview images of assets independently of playback.
ISN_AVAudioSession
An intermediary object that communicates to the system how you intend to use audio in your app.
An audio session acts as an intermediary between your app and the operating system—and, in turn, the underlying audio hardware. You use an audio session to communicate to the operating system the nature of your app’s audio without detailing the specific behavior or required interactions with the audio hardware. This behavior delegates the management of those details to the audio session, which ensures that the operating system can best manage the user’s audio experience.
ISN_AVCaptureDevice
A device that provides input (such as audio or video) for capture sessions and offers controls for hardware-specific capture features.
ISN_AVPlayer
An object that provides the interface to control the player’s transport behavior.
Enums
ISN_AVAudioSessionCategory
Audio session category identifiers.
ISN_AVAudioSessionCategoryOptions
Constants that specify optional audio behaviors.
ISN_AVAudioSessionInterruption
Constants that describe the state of the audio interruption.
ISN_AVAudioSessionRouteChangeReason
Constants values indicating the reason for an audio route change.
ISN_AVAuthorizationStatus
Constants that provide information regarding permission to use media capture devices.
ISN_AVMediaType
An identifier for various media types.