public static interface AntPlusVideoRemoteControlPcc.IVideoStatusReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewVideoStatus(long estTimestamp,
int volume,
boolean muted,
int timeRemaining,
int timeProgressed,
VideoDeviceCapabilities videoCapabilities,
VideoDeviceState videoStateCode)
Receives the data from a AudioStatus event.
|
void onNewVideoStatus(long estTimestamp, int volume, boolean muted, int timeRemaining, int timeProgressed, VideoDeviceCapabilities videoCapabilities, VideoDeviceState videoStateCode)
estTimestamp
- The estimated timestamp of when this event was triggered. Useful for correlating multiple events and determining when data was sent for more accurate data records.volume
- The volume given as a percentage.muted
- True if the audio is muted; false otherwise.timeRemaining
- Seconds remaining on the video clip on a playback device, or seconds remaining available for recording on a recoding device.timeProgressed
- Current number of seconds into playback/recording. SecondsvideoCapabilities
- Contains the capabilties of the video device.videoStateCode
- Current VideoDeviceState
of the video device.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.