Conforms to NSObject
Declared in FSAudioController.h

Overview

To check the preloading status, use this delegate.

Instance Methods

audioController:allowPreloadingForStream:

Called when the controller wants to start preloading an item. Return YES or NO depending if you want this item to be preloaded.

- (BOOL)audioController:(FSAudioController *)audioController allowPreloadingForStream:(FSAudioStream *)stream

Parameters

audioController

The audio controller which is doing the preloading.

stream

The stream which is wanted to be preloaded.

Discussion

Called when the controller wants to start preloading an item. Return YES or NO depending if you want this item to be preloaded.

Declared In

FSAudioController.h

audioController:preloadStartedForStream:

Called when the controller starts to preload an item.

- (void)audioController:(FSAudioController *)audioController preloadStartedForStream:(FSAudioStream *)stream

Parameters

audioController

The audio controller which is doing the preloading.

stream

The stream which is preloaded.

Discussion

Called when the controller starts to preload an item.

Declared In

FSAudioController.h