Showing changes from revision #1 to #2:
Added | Removed | Changed
Message Block | |
---|---|
+20 | Flags, reserved (must be zero) |
+24 | PlugIn instance handle |
+28 | Browser instance handle (copied from Message_PlugIn_Open) |
+32 | New state |
Value | Meaning |
---|---|
0 | Stop |
1 | Play |
2 | Pause |
3 | Fast Forward |
4 | Rewind |
5 | |
6 | Mute |
7 | Unmute |
This message is used for sending specific commands to a plugin. Not all plugins will understand the commands sent.
The new state sent it the state the plugin should enter. If it is already in that state, then it should ignore the message.
After entering the state, it should send back a Message_PlugIn_Busy message giving the new state except for the Mute and Unmute actions.