XAPlayingDurationThreshold Constants Reference
Declared in | XAPlayingDelegate.h |
---|
XAPlayingDurationThreshold
Definition
typedef NS_ENUM(NSInteger, XAPlayingDurationThreshold ) {
XAPlayingDurationThresholdStart,
XAPlayingDurationThresholdFirstQuartile,
XAPlayingDurationThresholdMidpoint,
XAPlayingDurationThresholdThirdQuartile,
XAPlayingDurationThresholdComplete,
};
Constants
XAPlayingDurationThresholdStart
-
Declared In
XAPlayingDelegate.h
. XAPlayingDurationThresholdFirstQuartile
-
Declared In
XAPlayingDelegate.h
. XAPlayingDurationThresholdMidpoint
-
Declared In
XAPlayingDelegate.h
. XAPlayingDurationThresholdThirdQuartile
-
Declared In
XAPlayingDelegate.h
. XAPlayingDurationThresholdComplete
-
Declared In
XAPlayingDelegate.h
.