PAGVideoRange Class Reference

Inherits from NSObject
Declared in PAGVideoRange.h

Overview

Represents a time range from the content of PAGImageLayer.

  startTime

The start time of the source video, in microseconds.

@property (nonatomic) int64_t startTime

Declared In

PAGVideoRange.h

  endTime

The end time of the source video (not included), in microseconds.

@property (nonatomic) int64_t endTime

Declared In

PAGVideoRange.h

  playDuration

The duration for playing after applying speed.

@property (nonatomic) int64_t playDuration

Declared In

PAGVideoRange.h

  reversed

Indicates whether the video should play backward.

@property (nonatomic) int64_t reversed

Declared In

PAGVideoRange.h