Our new developer documentation is now available. Please check it out!
Resume Playback Media
Resume the specified playback media handle, re-initiating 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 resuming a Odin Playback Media. |
On Success | delegate | Called when the Odin Playback Media has been successfully resumed. |
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 resumed. |
Success | boolean | true Odin Playback Media object has been successfully resumed. |