d3d11Texture2d property

  1. @JsonKey(name: 'd3d11Texture2d', readValue: readIntPtr)
int? d3d11Texture2d
final

This parameter only applies to video data in Windows Texture format. It represents a pointer to an object of type ID3D11Texture2D, which is used by a video frame.

Implementation

@JsonKey(name: 'd3d11Texture2d', readValue: readIntPtr)
final int? d3d11Texture2d;