timestamp property
- 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 ofsendCustomVideoData
.
Implementation
@JsonKey(name: 'timestamp')
int timestamp;