GCKUIMediaButtonBarProtocol.h File
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
GCKUIMediaButtonBarProtocol.h is a file reference that includes definitions for a protocol and an enumeration.
The file defines the GCKUIMediaButtonBarProtocol delegate protocol.
The GCKUIMediaButtonType enumeration lists various media control button types, including default options like play/pause, skip, rewind/forward, mute, closed captions, and stop, as well as a custom option.
[null,null,["Last updated 2024-09-18 UTC."],[],["The core content details the `GCKUIMediaButtonBarProtocol` and its associated media control button types. The protocol is a delegate protocol. The enumeration `GCKUIMediaButtonType` defines various button functionalities, including `PlayPauseToggle`, `SkipNext`, `SkipPrevious`, `Rewind30Seconds`, `Forward30Seconds`, `MuteToggle`, `ClosedCaptions`, and `Stop`. A `None` button and a `Custom` button are also defined, allowing for empty spaces or client-managed buttons respectively. Each button type has a specific function for media control.\n"]]