timestamp property

  1. @JsonKey(name: 'timestamp')
int timestamp
getter/setter pair
  • Field description: Video frame timestamp in milliseconds. Recommended value: this parameter can be set to 0 for custom video capturing. In this case, the SDK will automatically set the timestamp field. However, please "evenly" set the calling interval of sendCustomVideoData.

Implementation

@JsonKey(name: 'timestamp')
int timestamp;