#import <AMParser.h>
Public Member Functions | |
(void) | - parseA2MLFileAtURL:parseError: |
Parses an A2ML document and initialize the audio structures and scheduler interactions from it. | |
Protected Attributes | |
NSString * | basePath |
id< AMControllable > | lastControllable |
id< AMPlayable > | lastPlayable |
NSString * | lastControl |
AMCue * | lastCue |
AMChunk * | lastChunk |
AMSound * | lastSound |
BOOL | inMasterSection |
- (void) parseA2MLFileAtURL: | (NSString *) | _URL | ||
parseError: | (NSError **) | _error | ||
Parses an A2ML document and initialize the audio structures and scheduler interactions from it.
URL | The URL of the A2ML document to parse. | |
error | If the parsing failed at some point, gets the NSError describing the problem. |