textureId property
int?
get
textureId
The texture ID used to render the video frame. Null until initialize completes successfully.
Implementation
int? get textureId => _playerId;
The texture ID used to render the video frame. Null until initialize completes successfully.
int? get textureId => _playerId;