public static interface AntPlusVideoRemoteControlPcc.IVideoCommandFinishedReceiver
Modifier and Type | Method and Description |
---|---|
void |
onVideoCommandFinished(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
RequestStatus status)
Receives the data from a VideoCommandFinished event.
|
void onVideoCommandFinished(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, RequestStatus status)
estTimestamp
- The estimated timestamp of when this event was triggered. Useful for correlating multiple events.eventFlags
- Informational flags about the event.status
- The RequestStatus
defining the result of the command.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.