@interface ISPlayerOutputTransitionOptions : NSObject @property (nonatomic) double transitionDuration; - (id)init; - (id)description; @end