Contents

currentSegment

The segment containing the current playback position. This property automatically updates as playback progresses through different timeline segments. Use this to determine the current content type (primary vs. secondary) and any special playback characteristics that apply to the current position. Must be key-value observable.

Declaration

@property (nonatomic, strong, readonly) AVInterfaceTimelineSegment * currentSegment;

See Also

Inspecting the timeline