[null,null,["Ultimo aggiornamento 2023-12-02 UTC."],[[["`chrome.cast.media.PauseRequest` is a class used to pause currently playing media on a cast receiver."],["It has a constructor `PauseRequest()` to create a new pause request."],["The `customData` property allows sending custom data to the receiver application along with the pause request."]]],["The core content defines a `PauseRequest` class within the `chrome.cast.media` namespace. This class facilitates pausing currently playing media. It's constructed using `new PauseRequest()` and includes a single property, `customData`, which is a nullable object. This `customData` allows for the transmission of application-specific information to the receiver during the pause request.\n"]]