طلب لتعديل نمط مسارات النص أو تغيير حالة المسارات.
وإذا لم يتطابق trackId مع معرّفات trackId الحالية، سيتعذّر تنفيذ الطلب بالكامل ولن تتغيّر الحالة. يمكن تغيير نمط مسار النص حتى إذا لم يكن هناك مسار نصي نشط حاليًا.
الشركة المصنِّعة
EditTracksInfoRequest
new
EditTracksInfoRequest(activeTrackIds, textTrackStyle)
تاريخ التعديل الأخير: 2023-12-02 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2023-12-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`EditTracksInfoRequest` is used to modify the style or status of text tracks in a media stream."],["It allows specifying active tracks using `activeTrackIds` and customizing style using `textTrackStyle`."],["Requests can fail if provided `trackId` values do not match existing tracks."],["Modifying text track style is possible even if no text track is currently active."]]],["The `EditTracksInfoRequest` class modifies text track status or style. It accepts `activeTrackIds`, an array of track IDs to activate (or an empty array to deactivate all), and `textTrackStyle` to update the style. If `activeTrackIds` is not provided, track status is unchanged; if `textTrackStyle` isn't, the existing style is retained. Requests with invalid `trackId` will fail. A `requestId` property, which contains a number, is also part of the class.\n"]]