SPTAppRemoteCrossfadeState Protocol Reference

Conforms to NSObject
Declared in SPTAppRemoteCrossfadeState.h

Overview

The SPTAppRemoteCrossfadeState represents the state of crossfade.

  enabled required method

The on/off state of crossfade.

@property (nonatomic, readonly, getter=isEnabled) BOOL enabled

Declared In

SPTAppRemoteCrossfadeState.h

  duration required method

The duration of crossfade in milliseconds. The value is meaningless if crossfade is not enabled.

@property (nonatomic, readonly) NSInteger duration

Declared In

SPTAppRemoteCrossfadeState.h