startRemoteViewTexture method

void startRemoteViewTexture(
  1. trtc_cloud trtcsharedInstanceNativePointer,
  2. Pointer<Int8> userId,
  3. int streamType,
  4. int textureId,
)

Implementation

void startRemoteViewTexture(trtc_cloud trtcsharedInstanceNativePointer,
    ffi.Pointer<ffi.Int8> userId, int streamType, int textureId) {
  return _startRemoteViewTexture(trtcsharedInstanceNativePointer, userId, streamType, textureId);
}