reversePlayback property

  1. @JsonKey(name: '@ReversePlayback', fromJson: OnvifUtil.stringToBool)
bool reversePlayback
final

Indicator that the Device supports reverse playback as defined in the ONVIF Streaming Specification.

Implementation

@JsonKey(name: '@ReversePlayback', fromJson: OnvifUtil.stringToBool)
final bool reversePlayback;