customVideoTrackId property

  1. @JsonKey.new(name: 'customVideoTrackId')
int? customVideoTrackId
final

调用 createCustomVideoTrack 方法返回的视频轨道 ID。默认值为 0。

Implementation

@JsonKey(name: 'customVideoTrackId')
final int? customVideoTrackId;