Our new developer documentation is now available. Please check it out!
Pause Playback Media
Pause the specified playback media handle, stopping the reception of data.
Inputs
Name | Type | Description |
---|---|---|
Exec | exec | |
Media | Odin Playback Media | The Odin Playback Media object to call this function on. |
On Error | delegate | Delegate to handle errors while pausing a Odin Playback Media. |
On Success | delegate | Called when the Odin Playback Media has been successfully paused. |
Outputs
Name | Type | Description |
---|---|---|
Exec | exec | |
On Response | exec | Called when the server has returned its response. The success output indicates whether the Odin Playback Media object was successfully paused. |
Success | boolean | true Odin Playback Media object has been successfully paused. |