ORKVideoInstructionStepResult Class Reference
Inherits from | ORKResult : NSObject |
---|---|
Declared in | ORKVideoInstructionStepResult.h |
The ORKVideoInstructionStepResult
class represents the result of a video insruction step (ORKVideoInstructionStep
).
A video instruction result is produced by the task view controller when it presents a video instruction step.
playbackStoppedTime
The time (in seconds) after video playback stopped, or NaN if the video was never played.
@property (nonatomic) Float64 playbackStoppedTime
Declared In
ORKVideoInstructionStepResult.h
playbackCompleted
Returns ‘YES’ if the video was watched until the end, or ‘NO’ if video playback was stopped half way.
@property (nonatomic) BOOL playbackCompleted
Declared In
ORKVideoInstructionStepResult.h