HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

Node.js SDK - Runtime.submitFrame()

Home > rainway-sdk-native > Runtime > submitFrame

Runtime.submitFrame() method

Warning: This API is now obsolete.

Using BYOFB from Node.js is not yet supported.

Submit video to a BYOFB stream: https://docs.rainway.com/docs/byofb

Signature:

submitFrame(stream: StreamId, texture: ref.Pointer<void>): void;

Parameters

ParameterTypeDescription
streamStreamIdThe ID of the stream to submit audio to.
textureref.Pointer<void>Pointer to a DirectX 11 texture.

Returns:

void