[[["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 2025-01-22 UTC."],[[["VolumeProvider is an interface in Kotlin that exposes the volume of a video player."],["It features one public function, `getVolume()`, which returns the player's volume as a percentage between 0 and 100."],["`VideoAdPlayer` and `VideoStreamPlayer` are direct subclasses of the VolumeProvider interface, both defining methods for video players to be used by the IMA SDK."],["`VideoAdPlayer` outlines required methods and callbacks for a video player when interacting with the IMA SDK."],["`VideoStreamPlayer` defines the methods that a video player must implement for dynamic ad insertion with the IMA SDK."]]],["The `VolumeProvider` interface exposes player volume information. It's implemented by `VideoAdPlayer` and `VideoStreamPlayer`, which define methods for video players to integrate with the IMA SDK. `VolumeProvider` includes a `getVolume()` function that returns the player's volume as an integer percentage, ranging from 0 to 100. This interface allows the IMA SDK to get volume data.\n"]]