MediaPlayerUserCancel constant
Description: User cancel.
Cause: After calling Load
to load the resource, call Stop
to stop the player.
Solutions: Expected behavior when calling Stop
while loading a resource.
Implementation
static const int MediaPlayerUserCancel = 1008013;