Interface AntPlusVideoRemoteControlPcc.IVideoCommandFinishedReceiver
- Enclosing class:
- AntPlusVideoRemoteControlPcc
public static interface AntPlusVideoRemoteControlPcc.IVideoCommandFinishedReceiver
Receiver for the VideoCommandFinished event, which is:
Receives the result of a sent video command.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onVideoCommandFinished
(long estTimestamp, EnumSet<EventFlag> eventFlags, RequestStatus status) Receives the data from a VideoCommandFinished event.
-
Method Details
-
onVideoCommandFinished
Receives the data from a VideoCommandFinished event.- Parameters:
estTimestamp
- The estimated timestamp of when this event was triggered. Useful for correlating multiple events.eventFlags
- Informational flags about the event.status
- TheRequestStatus
defining the result of the command.
-