GCKUIMediaButtonBarProtocol.h File
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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"]]