অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-30 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"]]