textureSliceIndex property

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

This parameter only applies to video data in Windows Texture format. It represents an index of an ID3D11Texture2D texture object used by the video frame in the ID3D11Texture2D array.

Implementation

@JsonKey(name: 'texture_slice_index')
final int? textureSliceIndex;