Optional ReadonlyAccessibilityDescriptors providing accessibility information, such as captions or sign language interpretations.
ReadonlyactuateSpecifies the actuation mechanism for this adaptation set, defining how it should be activated or selected.
Optional ReadonlyAudioDescriptors for audio channel configurations, providing detailed information about the audio channels included in the representation.
Optional ReadonlyaudioAudio sampling rate(s) in samples per second. An array of either one or two decimal integer values. If there are two elements this represents a minimum and maximum sampling rate of the audio media.
Optional ReadonlyBaseBase URLs for segment retrieval, providing alternative paths or locations for accessing content.
Optional ReadonlybitstreamIndicates whether bitstream switching is supported, allowing seamless switches between representations without the need for reinitializing the decoder.
Optional ReadonlycodecsOptional string specifying the codec(s) used for this representation. The format follows the RFC 6381 codec string format.
Optional ReadonlycodingIndicates whether the coding of media frames within the representation depends on other frames. A value of true means there is a dependency, which affects adaptation logic.
Optional ReadonlyContentDefines content components within the adaptation set, such as different audio languages or video angles.
Optional ReadonlyContentDescriptors for content protection schemes applied to the representation, facilitating the implementation of DRM and other content protection mechanisms.
Optional ReadonlycontentThe type of content (e.g., video, audio, text) this adaptation set represents.
Optional ReadonlyEssentialDescriptors for essential properties of the representation that are not defined by other attributes or elements in the DASH manifest.
Optional ReadonlyFrameDescriptors for frame packing arrangements in video representations, relevant for stereoscopic 3D content.
Optional ReadonlyframeFrame rate for video representations, specified either as a ratio of integers, e.g. [30000, 1001]
Optional ReadonlygroupA group identifier, indicates a group of AdaptationSet elements that are related in some way. For example, an audio and video adaptation set that should be synchronized can be part of the same group.
Optional ReadonlyheightHeight of the video in pixels for video representations.
Optional ReadonlyhrefAn optional URL reference providing additional information or data relevant to this adaptation set.
Optional ReadonlyidA unique identifier for this adaptation set within the scope of the DASH manifest.
Optional ReadonlyInbandArray of in-band event streams, specifying events such as subtitles or metadata that are embedded within the media content of the representation.
Optional ReadonlylangSpecifies the language of the content, using a code as defined by RFC 5646.
Optional ReadonlymaxThe maximum bandwidth in bits per second of all representations in this adaptation set.
Optional ReadonlymaxThe maximum frame rate of all video representations in this adaptation set.
Optional ReadonlymaxThe maximum height in pixels of all video representations in this adaptation set.
Optional ReadonlymaximumThe maximum Segment Access Point (SAP) period in seconds. It indicates the maximum distance in playback time between random access points, aiding in efficient seeking and buffering strategies.
Optional ReadonlymaxMaximum playout rate, indicating the maximum speed at which the representation can be played without affecting normal audio pitch and video appearance.
Optional ReadonlymaxThe maximum width in pixels of all video representations in this adaptation set.
Optional ReadonlymimeMIME type of the representation, indicating the media type and potentially the codec information.
Optional ReadonlyminThe minimum bandwidth in bits per second of all representations in this adaptation set.
Optional ReadonlyminThe minimum frame rate of all video representations in this adaptation set.
Optional ReadonlyminThe minimum height in pixels of all video representations in this adaptation set.
Optional ReadonlyminThe minimum width in pixels of all video representations in this adaptation set.
Optional ReadonlyparThe display aspect ratio (for video representations) within this adaptation set, specifying the width to height ratio of the video.
ReadonlyparentThe parent Period.
Optional ReadonlyprofilesAn array of profile identifiers indicating compliance with specific codec profiles, facilitating compatibility and quality assurance across devices and players.
Optional ReadonlyRatingRating descriptors providing content rating information, which may influence content selection.
Optional ReadonlyRepresentationThe representations available within this adaptation set, offering various qualities or formats of the content.
Optional ReadonlyRoleRole descriptors defining the role or function of the content, such as main, alternative, or supplementary.
Optional ReadonlysarSample aspect ratio for video representations, specifying the aspect ratio of the pixels themselves.
Optional ReadonlyscanScan type for video content, indicating whether the video is progressive or interlaced.
ReadonlysegmentSpecifies if the segments within the representations are aligned, allowing for optimized switching and buffering.
Optional ReadonlySegmentSpecifies segment base information, defining access to media segments using a base URL
Optional ReadonlySegmentProvides a list of media segments, allowing time-based access to content without requiring individual segment URLs.
Optional ReadonlysegmentOptional segment profiles supported by the representation, further defining the characteristics of the segments within the representation.
Optional ReadonlySegmentDefines templates for generating media segment URLs, optimizing manifest size and segment access efficiency.
ReadonlyselectionSpecifies the selection priority for the described data structures, i.e. the one described by the containing element. In the absence of other information, higher numbers are the preferred selection to lower numbers.
Optional ReadonlystartIndicates the type of Stream Access Points (SAP) that the segments start with.
ReadonlysubsegmentIndicates if subsegments within the representations are aligned, further optimizing switching and buffering efficiencies.
ReadonlysubsegmentSpecifies the SAP (Segment Alignment Point) type, indicating the alignment of segment starts with SAPs.
Optional ReadonlySupplementalDescriptors for supplemental properties of the representation, providing additional information that may enhance playback or presentation.
Optional ReadonlySwitchingDescriptors for switching information, indicating conditions or recommendations for switching from this representation to another.
Optional ReadonlyViewpointViewpoint descriptors providing information about the narrative or visual perspective of the content.
Optional ReadonlywidthOptional width of the video in pixels for video representations.
Represents an adaptation set in a DASH Media Presentation. An adaptation set groups multiple representations that offer the same content but in different qualities, codecs, or other characteristics, allowing adaptive streaming based on network conditions or user preferences.