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
Parameters
stream
Handle of the media stream to be paused. See OdinMediaStreamHandle
Declaration
Returns
A return code indicating success or failure.
Return Type