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

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)

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: