Skip to main content

odin_media_stream_resume

Instructs the server to resume the specified output

OdinMediaStreamHandle

, re-initiating the reception of data. This operation essentially communicates a server-side unmute request from the client, indicating a desire to restart packet reception for this media stream.

Declaration
OdinReturnCode odin_media_stream_resume(OdinMediaStreamHandle stream);

Parameters

stream

Handle of the media stream to be resumed. See

OdinMediaStreamHandle

for more information.

Declaration
OdinMediaStreamHandle stream;

Returns

A return code indicating success or failure.

Return Type
OdinReturnCode