A collection of audio output consisting of one or more WAVE or OGG files. More...
#import <SYAudioOutput.h>
Instance Methods | |
(nonnull instancetype) | - initWithFiles: |
Creates an SYAudioFileOutput with the given files. This file can be played through SYAudioManager shared instance as sharedAudioManager (SYAudioManager).playOutput(SYAudioFileOutput) More... | |
((unavailable("Use -[SYAudioFileOutput initWithFiles:] instead.") | - __attribute__ |
Class Methods | |
((unavailable("Use -[SYAudioFileOutput initWithFiles:] instead.") | + __attribute__ |
Properties | |
NSArray< NSString * > * | filePaths |
List of file paths to the audio files we want to play. An example for filepath: NSString *filePath = [[NSBundle mainBundle] pathForResource:"/example/example/example" ofType:@"wav"];. More... | |
A collection of audio output consisting of one or more WAVE or OGG files.
- (nonnull instancetype) initWithFiles: | (nonnull NSArray< NSString * > *) | filePaths |
Creates an SYAudioFileOutput with the given files. This file can be played through SYAudioManager shared instance as sharedAudioManager (SYAudioManager).playOutput(SYAudioFileOutput)
- ((unavailable("Use -[SYAudioFileOutput) initWithFiles: |
Implements SYAudioOutput.
+ ((unavailable("Use -[SYAudioFileOutput) initWithFiles: |
Implements SYAudioOutput.
|
readnonatomicassign |
List of file paths to the audio files we want to play. An example for filepath: NSString *filePath = [[NSBundle mainBundle] pathForResource:"/example/example/example" ofType:@"wav"];.