.NET SDK - OutboundStreamExtensions.Submit

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)
parameterdescription
selfstream
texturevideo texture

Remarks

The Type must be Byofb.

See Also


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)
parameterdescription
selfstream
audioaudio sample
metadataaudio sample metadata

Remarks

The Type must be Byofb.

See Also


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)
parameterdescription
selfstream
audioaudio sample
metadataaudio sample metadata

Remarks

The Type must be Byofb.

See Also