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
Parameter | Type | Description |
---|---|---|
stream | StreamId | The ID of the stream to submit audio to. |
texture | ref.Pointer<void> | Pointer to a DirectX 11 texture. |
Returns:
void