Skip to main content

odin_media_stream_pause

Instructs the server to pause the specified OdinMediaStreamHandle, ceasing the reception of data. This operation essentially communicates a server-side mute request from the client, thus indicating a desire to halt packet reception for this media stream.

Declaration
OdinReturnCode odin_media_stream_pause(OdinMediaStreamHandle stream);

Parameters

stream

Handle of the media stream to be paused. See

OdinMediaStreamHandle

for more information.

Declaration
OdinMediaStreamHandle stream;

Returns

A return code indicating success or failure.

Return Type
OdinReturnCode