Wraps a ContentTypesValue with the allowedContentTypes allow list
from the player options. When the allow list is set, only media content
types ('audio', 'video') in the list are emitted; other media streams
are ignored. When it is null, the underlying content types pass through
unchanged. Text is never restricted by the allow list and always passes
through (captions are governed by caption selection).
Because the result is derived from the allowedContentTypes option via
combineData, changing the option re-emits a newly filtered set, which
reloads the track using only the allowed content types.
Wraps a ContentTypesValue with the
allowedContentTypesallow list from the player options. When the allow list is set, only media content types ('audio','video') in the list are emitted; other media streams are ignored. When it isnull, the underlying content types pass through unchanged. Text is never restricted by the allow list and always passes through (captions are governed by caption selection).Because the result is derived from the
allowedContentTypesoption via combineData, changing the option re-emits a newly filtered set, which reloads the track using only the allowed content types.