SYAudioFileOutput Class Reference

A collection of audio output consisting of one or more WAVE or OGG files. More...

#import <SYAudioOutput.h>

Inheritance diagram for SYAudioFileOutput:
Collaboration diagram for SYAudioFileOutput:

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...
 

Detailed Description

A collection of audio output consisting of one or more WAVE or OGG files.

Method Documentation

◆ initWithFiles:

- (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)

◆ __attribute__ [1/2]

- ((unavailable("Use -[SYAudioFileOutput) initWithFiles:

Implements SYAudioOutput.

◆ __attribute__ [2/2]

+ ((unavailable("Use -[SYAudioFileOutput) initWithFiles:

Implements SYAudioOutput.

Property Documentation

◆ filePaths

- (NSArray<NSString*>*) filePaths
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"];.


The documentation for this class was generated from the following file: