SimulcastDelegate Protocol Reference

Declared in AdaptrSimulcastStreamer.h

Overview

Delegate that should be implemented for simulcast streaming either in Studio or Overlay. The methods update the status of the player.

– stateChanged: required method

State of the Player has changed

- (void)stateChanged:(SimulcastPlaybackState)state

Declared In

AdaptrSimulcastStreamer.h

– nextItemBegan: required method

Current playing item has changed @Paramater item The next item

- (void)nextItemBegan:(Audiofile *_Nonnull)item

Declared In

AdaptrSimulcastStreamer.h

– elapse: required method

Elapse event for updating the playback time

- (void)elapse:(CMTime)elapseTime

Declared In

AdaptrSimulcastStreamer.h

– onError: required method

Elapse event for updating the playback time

- (void)onError:(NSString *_Nullable)error

Declared In

AdaptrSimulcastStreamer.h