textureId property

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

This parameter only applies to video data in Texture format. Texture ID.

Implementation

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