Hello,
The SDK defines player controls like this:
PLAYBACK_CONTROL_SKIP_FORWARD 3 3.0.0 The "skip forward x seconds" operation is allowed PLAYBACK_CONTROL_SKIP_BACKWARD 4 3.0.0 The "skip backward x seconds" operation is allowed
How do I tell the player what 'x' is? By default skipping allows 30 second fast forward and 30 second rewind. I was hoping to change those from 30 seconds to something else.
Is this possible?
Also, the enum values in the docs do not seem to match the SDK.
Thank you,
Ryan