O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2023-12-02 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]