OutboundStreamExtensions.Submit method (1 of 3)
Submit a frame of video from a texture to the underlying OutboundStream
.
public static void Submit(this OutboundStream self, D3D11Texture2D texture)
parameter | description |
---|---|
self | stream |
texture | video texture |
Remarks
The Type
must be Byofb.
See Also
- class OutboundStream
- class D3D11Texture2D
- class OutboundStreamExtensions
- namespace Rainway.SDK.BYOFB
OutboundStreamExtensions.Submit method (2 of 3)
Submit a frame of audio to the underlying OutboundStream
.
public static void Submit(this OutboundStream self, FloatAudioBuffer audio, AudioMetadata metadata)
parameter | description |
---|---|
self | stream |
audio | audio sample |
metadata | audio sample metadata |
Remarks
The Type
must be Byofb.
See Also
- class OutboundStream
- class FloatAudioBuffer
- class AudioMetadata
- class OutboundStreamExtensions
- namespace Rainway.SDK.BYOFB
OutboundStreamExtensions.Submit method (3 of 3)
Submit a frame of audio to the underlying OutboundStream
.
public static void Submit(this OutboundStream self, PCMAudioBuffer audio, AudioMetadata metadata)
parameter | description |
---|---|
self | stream |
audio | audio sample |
metadata | audio sample metadata |
Remarks
The Type
must be Byofb.
See Also
- class OutboundStream
- class PCMAudioBuffer
- class AudioMetadata
- class OutboundStreamExtensions
- namespace Rainway.SDK.BYOFB