setTextureSampleMode
Sets the VideoTextureSampleMode for the VideoComponent instance. Default is NONE. Typically used together with setTextureSampleName.
Note:
VideoTextureSampleMode.NONE indicates no texture will be broadcast from this video component.
VideoTextureSampleMode.RAW broadcasts the raw texture from this video component.
VideoTextureSampleMode.RAW_AND_BLURRED blurs the raw texture and broadcasts it from this video component.
Parameters
textureSampleMode
The VideoTextureSampleMode to set.