setTextureSampleMode

Sets the VideoTextureSampleMode for the VideoComponent instance. Default is NONE. Typically used together with setTextureSampleName.

Note:

  1. VideoTextureSampleMode.NONE indicates no texture will be broadcast from this video component.

  2. VideoTextureSampleMode.RAW broadcasts the raw texture from this video component.

  3. VideoTextureSampleMode.RAW_AND_BLURRED blurs the raw texture and broadcasts it from this video component.

Parameters

textureSampleMode