@bitmovin/api-sdk 1.96.0 → 1.100.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/bitmovin-api-sdk.browser.js +1696 -184
- package/dist/bitmovin-api-sdk.browser.js.map +1 -1
- package/dist/bitmovin-api-sdk.browser.min.js +2 -2
- package/dist/common/RestClient.js +1 -1
- package/dist/common/RestClient.js.map +1 -1
- package/dist/encoding/EncodingApi.d.ts +2 -0
- package/dist/encoding/EncodingApi.js +2 -0
- package/dist/encoding/EncodingApi.js.map +1 -1
- package/dist/encoding/encodings/muxings/MuxingsApi.d.ts +2 -0
- package/dist/encoding/encodings/muxings/MuxingsApi.js +2 -0
- package/dist/encoding/encodings/muxings/MuxingsApi.js.map +1 -1
- package/dist/encoding/encodings/muxings/type/TypeApi.d.ts +20 -0
- package/dist/encoding/encodings/muxings/type/TypeApi.js +49 -0
- package/dist/encoding/encodings/muxings/type/TypeApi.js.map +1 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.d.ts +28 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.js +30 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.js.map +1 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationsetsApi.d.ts +14 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationsetsApi.js +29 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationsetsApi.js.map +1 -1
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/DashRepresentationListQueryParams.d.ts +28 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/DashRepresentationListQueryParams.js +30 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/DashRepresentationListQueryParams.js.map +1 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/RepresentationsApi.d.ts +15 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/RepresentationsApi.js +31 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/RepresentationsApi.js.map +1 -1
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/imsc/ImscApi.d.ts +2 -2
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/imsc/ImscApi.js +2 -2
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/sprite/SpriteApi.d.ts +1 -1
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/sprite/SpriteApi.js +1 -1
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/DashRepresentationTypeResponseGetQueryParams.d.ts +28 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/DashRepresentationTypeResponseGetQueryParams.js +30 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/DashRepresentationTypeResponseGetQueryParams.js.map +1 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/TypeApi.d.ts +24 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/TypeApi.js +62 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/TypeApi.js.map +1 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/type/TypeApi.d.ts +21 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/type/TypeApi.js +51 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/type/TypeApi.js.map +1 -0
- package/dist/encoding/simple/SimpleApi.d.ts +13 -0
- package/dist/encoding/simple/SimpleApi.js +34 -0
- package/dist/encoding/simple/SimpleApi.js.map +1 -0
- package/dist/encoding/simple/jobs/JobsApi.d.ts +13 -0
- package/dist/encoding/simple/jobs/JobsApi.js +34 -0
- package/dist/encoding/simple/jobs/JobsApi.js.map +1 -0
- package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.d.ts +50 -0
- package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.js +46 -0
- package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.js.map +1 -0
- package/dist/encoding/simple/jobs/vod/VodApi.d.ts +36 -0
- package/dist/encoding/simple/jobs/vod/VodApi.js +78 -0
- package/dist/encoding/simple/jobs/vod/VodApi.js.map +1 -0
- package/dist/models/AacAudioConfiguration.d.ts +1 -1
- package/dist/models/AacAudioConfiguration.js.map +1 -1
- package/dist/models/Ac3AudioConfiguration.d.ts +1 -1
- package/dist/models/Ac3AudioConfiguration.js.map +1 -1
- package/dist/models/AdAnalyticsContainsFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsContainsFilter.js.map +1 -1
- package/dist/models/AdAnalyticsEqualFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsEqualFilter.js.map +1 -1
- package/dist/models/AdAnalyticsGreaterThanFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsGreaterThanFilter.js.map +1 -1
- package/dist/models/AdAnalyticsGreaterThanOrEqualFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsGreaterThanOrEqualFilter.js.map +1 -1
- package/dist/models/AdAnalyticsInFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsInFilter.js.map +1 -1
- package/dist/models/AdAnalyticsLessThanFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsLessThanFilter.js.map +1 -1
- package/dist/models/AdAnalyticsLessThanOrEqualFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsLessThanOrEqualFilter.js.map +1 -1
- package/dist/models/AdAnalyticsNotContainsFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsNotContainsFilter.js.map +1 -1
- package/dist/models/AdAnalyticsNotEqualFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsNotEqualFilter.js.map +1 -1
- package/dist/models/AdaptationSet.d.ts +10 -0
- package/dist/models/AdaptationSet.js +7 -0
- package/dist/models/AdaptationSet.js.map +1 -1
- package/dist/models/AdaptationSetType.d.ts +11 -0
- package/dist/models/AdaptationSetType.js +16 -0
- package/dist/models/AdaptationSetType.js.map +1 -0
- package/dist/models/AdaptationSetTypeResponse.d.ts +15 -0
- package/dist/models/AdaptationSetTypeResponse.js +20 -0
- package/dist/models/AdaptationSetTypeResponse.js.map +1 -0
- package/dist/models/AesEncryptionDrm.d.ts +1 -1
- package/dist/models/AesEncryptionDrm.js.map +1 -1
- package/dist/models/AkamaiMslOutput.d.ts +1 -1
- package/dist/models/AkamaiMslOutput.js.map +1 -1
- package/dist/models/AkamaiNetStorageInput.d.ts +1 -1
- package/dist/models/AkamaiNetStorageInput.js.map +1 -1
- package/dist/models/AkamaiNetStorageOutput.d.ts +1 -1
- package/dist/models/AkamaiNetStorageOutput.js.map +1 -1
- package/dist/models/AnalyticsAzureOutput.d.ts +1 -1
- package/dist/models/AnalyticsAzureOutput.js.map +1 -1
- package/dist/models/AnalyticsContainsFilter.d.ts +1 -1
- package/dist/models/AnalyticsContainsFilter.js.map +1 -1
- package/dist/models/AnalyticsEqualFilter.d.ts +1 -1
- package/dist/models/AnalyticsEqualFilter.js.map +1 -1
- package/dist/models/AnalyticsGcsServiceAccountOutput.d.ts +1 -1
- package/dist/models/AnalyticsGcsServiceAccountOutput.js.map +1 -1
- package/dist/models/AnalyticsGreaterThanFilter.d.ts +1 -1
- package/dist/models/AnalyticsGreaterThanFilter.js.map +1 -1
- package/dist/models/AnalyticsGreaterThanOrEqualFilter.d.ts +1 -1
- package/dist/models/AnalyticsGreaterThanOrEqualFilter.js.map +1 -1
- package/dist/models/AnalyticsInFilter.d.ts +1 -1
- package/dist/models/AnalyticsInFilter.js.map +1 -1
- package/dist/models/AnalyticsLessThanFilter.d.ts +1 -1
- package/dist/models/AnalyticsLessThanFilter.js.map +1 -1
- package/dist/models/AnalyticsLessThanOrEqualFilter.d.ts +1 -1
- package/dist/models/AnalyticsLessThanOrEqualFilter.js.map +1 -1
- package/dist/models/AnalyticsLicenseCustomDataFieldLabels.d.ts +25 -25
- package/dist/models/AnalyticsNotContainsFilter.d.ts +1 -1
- package/dist/models/AnalyticsNotContainsFilter.js.map +1 -1
- package/dist/models/AnalyticsNotEqualFilter.d.ts +1 -1
- package/dist/models/AnalyticsNotEqualFilter.js.map +1 -1
- package/dist/models/AnalyticsS3RoleBasedOutput.d.ts +1 -1
- package/dist/models/AnalyticsS3RoleBasedOutput.js.map +1 -1
- package/dist/models/AnalyticsVirtualLicense.d.ts +13 -0
- package/dist/models/AnalyticsVirtualLicense.js +3 -0
- package/dist/models/AnalyticsVirtualLicense.js.map +1 -1
- package/dist/models/AnalyticsVirtualLicenseRequest.d.ts +7 -0
- package/dist/models/AnalyticsVirtualLicenseRequest.js +2 -0
- package/dist/models/AnalyticsVirtualLicenseRequest.js.map +1 -1
- package/dist/models/AndConjunction.d.ts +1 -1
- package/dist/models/AndConjunction.js.map +1 -1
- package/dist/models/AsperaInput.d.ts +1 -1
- package/dist/models/AsperaInput.js.map +1 -1
- package/dist/models/AudioAdaptationSet.d.ts +7 -0
- package/dist/models/AudioAdaptationSet.js +7 -0
- package/dist/models/AudioAdaptationSet.js.map +1 -1
- package/dist/models/AudioMixFilter.d.ts +1 -1
- package/dist/models/AudioMixFilter.js.map +1 -1
- package/dist/models/AudioMixInputStream.d.ts +1 -1
- package/dist/models/AudioMixInputStream.js.map +1 -1
- package/dist/models/AudioVolumeFilter.d.ts +1 -1
- package/dist/models/AudioVolumeFilter.js.map +1 -1
- package/dist/models/Av1VideoConfiguration.d.ts +1 -1
- package/dist/models/Av1VideoConfiguration.js.map +1 -1
- package/dist/models/AzureInput.d.ts +1 -1
- package/dist/models/AzureInput.js.map +1 -1
- package/dist/models/AzureOutput.d.ts +1 -1
- package/dist/models/AzureOutput.js.map +1 -1
- package/dist/models/BroadcastTsMuxing.d.ts +1 -1
- package/dist/models/BroadcastTsMuxing.js.map +1 -1
- package/dist/models/Cea608CaptionInputStream.d.ts +1 -1
- package/dist/models/Cea608CaptionInputStream.js.map +1 -1
- package/dist/models/Cea708CaptionInputStream.d.ts +1 -1
- package/dist/models/Cea708CaptionInputStream.js.map +1 -1
- package/dist/models/CencDrm.d.ts +1 -1
- package/dist/models/CencDrm.js.map +1 -1
- package/dist/models/ChunkedTextMuxing.d.ts +1 -1
- package/dist/models/ChunkedTextMuxing.js.map +1 -1
- package/dist/models/ClearKeyDrm.d.ts +1 -1
- package/dist/models/ClearKeyDrm.js.map +1 -1
- package/dist/models/CmafMuxing.d.ts +1 -1
- package/dist/models/CmafMuxing.js.map +1 -1
- package/dist/models/ConcatenationInputStream.d.ts +1 -1
- package/dist/models/ConcatenationInputStream.js.map +1 -1
- package/dist/models/Condition.d.ts +1 -1
- package/dist/models/Condition.js.map +1 -1
- package/dist/models/ConformFilter.d.ts +1 -1
- package/dist/models/ConformFilter.js.map +1 -1
- package/dist/models/ContentProtection.d.ts +9 -2
- package/dist/models/ContentProtection.js +9 -2
- package/dist/models/ContentProtection.js.map +1 -1
- package/dist/models/CropFilter.d.ts +1 -1
- package/dist/models/CropFilter.js.map +1 -1
- package/dist/models/DashChunkedTextRepresentation.d.ts +7 -0
- package/dist/models/DashChunkedTextRepresentation.js +7 -0
- package/dist/models/DashChunkedTextRepresentation.js.map +1 -1
- package/dist/models/DashCmafRepresentation.d.ts +7 -0
- package/dist/models/DashCmafRepresentation.js +7 -0
- package/dist/models/DashCmafRepresentation.js.map +1 -1
- package/dist/models/DashFmp4DrmRepresentation.d.ts +7 -0
- package/dist/models/DashFmp4DrmRepresentation.js +7 -0
- package/dist/models/DashFmp4DrmRepresentation.js.map +1 -1
- package/dist/models/DashFmp4Representation.d.ts +7 -0
- package/dist/models/DashFmp4Representation.js +7 -0
- package/dist/models/DashFmp4Representation.js.map +1 -1
- package/dist/models/DashImscRepresentation.d.ts +9 -2
- package/dist/models/DashImscRepresentation.js +9 -2
- package/dist/models/DashImscRepresentation.js.map +1 -1
- package/dist/models/DashMp4DrmRepresentation.d.ts +7 -0
- package/dist/models/DashMp4DrmRepresentation.js +7 -0
- package/dist/models/DashMp4DrmRepresentation.js.map +1 -1
- package/dist/models/DashMp4Representation.d.ts +9 -2
- package/dist/models/DashMp4Representation.js +9 -2
- package/dist/models/DashMp4Representation.js.map +1 -1
- package/dist/models/DashMuxingRepresentation.d.ts +27 -0
- package/dist/models/DashMuxingRepresentation.js +39 -0
- package/dist/models/DashMuxingRepresentation.js.map +1 -0
- package/dist/models/DashProgressiveWebmRepresentation.d.ts +9 -2
- package/dist/models/DashProgressiveWebmRepresentation.js +9 -2
- package/dist/models/DashProgressiveWebmRepresentation.js.map +1 -1
- package/dist/models/DashRepresentation.d.ts +18 -18
- package/dist/models/DashRepresentation.js +15 -4
- package/dist/models/DashRepresentation.js.map +1 -1
- package/dist/models/DashRepresentationTypeDiscriminator.d.ts +19 -0
- package/dist/models/DashRepresentationTypeDiscriminator.js +24 -0
- package/dist/models/DashRepresentationTypeDiscriminator.js.map +1 -0
- package/dist/models/DashRepresentationTypeResponse.d.ts +15 -0
- package/dist/models/DashRepresentationTypeResponse.js +20 -0
- package/dist/models/DashRepresentationTypeResponse.js.map +1 -0
- package/dist/models/DashSegmentedRepresentation.d.ts +2 -2
- package/dist/models/DashSegmentedRepresentation.js +2 -2
- package/dist/models/DashSegmentedRepresentation.js.map +1 -1
- package/dist/models/DashVttRepresentation.d.ts +9 -2
- package/dist/models/DashVttRepresentation.js +9 -2
- package/dist/models/DashVttRepresentation.js.map +1 -1
- package/dist/models/DashWebmRepresentation.d.ts +7 -0
- package/dist/models/DashWebmRepresentation.js +7 -0
- package/dist/models/DashWebmRepresentation.js.map +1 -1
- package/dist/models/DefaultManifestAndCondition.d.ts +1 -1
- package/dist/models/DefaultManifestAndCondition.js.map +1 -1
- package/dist/models/DefaultManifestAttributeCondition.d.ts +1 -1
- package/dist/models/DefaultManifestAttributeCondition.js.map +1 -1
- package/dist/models/DefaultManifestOrCondition.d.ts +1 -1
- package/dist/models/DefaultManifestOrCondition.js.map +1 -1
- package/dist/models/DeinterlaceFilter.d.ts +1 -1
- package/dist/models/DeinterlaceFilter.js.map +1 -1
- package/dist/models/DenoiseHqdn3dFilter.d.ts +1 -1
- package/dist/models/DenoiseHqdn3dFilter.js.map +1 -1
- package/dist/models/DolbyAtmosAudioConfiguration.d.ts +1 -1
- package/dist/models/DolbyAtmosAudioConfiguration.js.map +1 -1
- package/dist/models/DolbyAtmosIngestInputStream.d.ts +1 -1
- package/dist/models/DolbyAtmosIngestInputStream.js.map +1 -1
- package/dist/models/DolbyDigitalAudioConfiguration.d.ts +1 -1
- package/dist/models/DolbyDigitalAudioConfiguration.js.map +1 -1
- package/dist/models/DolbyDigitalPlusAudioConfiguration.d.ts +1 -1
- package/dist/models/DolbyDigitalPlusAudioConfiguration.js.map +1 -1
- package/dist/models/DolbyVisionInputStream.d.ts +1 -1
- package/dist/models/DolbyVisionInputStream.js.map +1 -1
- package/dist/models/DolbyVisionMetadataIngestInputStream.d.ts +1 -1
- package/dist/models/DolbyVisionMetadataIngestInputStream.js.map +1 -1
- package/dist/models/DtsAudioConfiguration.d.ts +1 -1
- package/dist/models/DtsAudioConfiguration.js.map +1 -1
- package/dist/models/DtsPassthroughAudioConfiguration.d.ts +1 -1
- package/dist/models/DtsPassthroughAudioConfiguration.js.map +1 -1
- package/dist/models/DtsXAudioConfiguration.d.ts +1 -1
- package/dist/models/DtsXAudioConfiguration.js.map +1 -1
- package/dist/models/DvbSubtitleConfiguration.d.ts +1 -1
- package/dist/models/DvbSubtitleConfiguration.js.map +1 -1
- package/dist/models/DvbSubtitleInputStream.d.ts +1 -1
- package/dist/models/DvbSubtitleInputStream.js.map +1 -1
- package/dist/models/DvbTeletextInputStream.d.ts +1 -1
- package/dist/models/DvbTeletextInputStream.js.map +1 -1
- package/dist/models/Eac3AudioConfiguration.d.ts +1 -1
- package/dist/models/Eac3AudioConfiguration.js.map +1 -1
- package/dist/models/EbuR128SinglePassFilter.d.ts +1 -1
- package/dist/models/EbuR128SinglePassFilter.js.map +1 -1
- package/dist/models/EnhancedDeinterlaceFilter.d.ts +1 -1
- package/dist/models/EnhancedDeinterlaceFilter.js.map +1 -1
- package/dist/models/EnhancedWatermarkFilter.d.ts +1 -1
- package/dist/models/EnhancedWatermarkFilter.js.map +1 -1
- package/dist/models/FairPlayDrm.d.ts +1 -1
- package/dist/models/FairPlayDrm.js.map +1 -1
- package/dist/models/FileInputStream.d.ts +1 -1
- package/dist/models/FileInputStream.js.map +1 -1
- package/dist/models/Fmp4Muxing.d.ts +8 -1
- package/dist/models/Fmp4Muxing.js +1 -0
- package/dist/models/Fmp4Muxing.js.map +1 -1
- package/dist/models/FrameIdId3Tag.d.ts +1 -1
- package/dist/models/FrameIdId3Tag.js.map +1 -1
- package/dist/models/FtpInput.d.ts +1 -1
- package/dist/models/FtpInput.js.map +1 -1
- package/dist/models/FtpOutput.d.ts +1 -1
- package/dist/models/FtpOutput.js.map +1 -1
- package/dist/models/GcsInput.d.ts +1 -1
- package/dist/models/GcsInput.js.map +1 -1
- package/dist/models/GcsOutput.d.ts +1 -1
- package/dist/models/GcsOutput.js.map +1 -1
- package/dist/models/GcsServiceAccountInput.d.ts +1 -1
- package/dist/models/GcsServiceAccountInput.js.map +1 -1
- package/dist/models/GcsServiceAccountOutput.d.ts +1 -1
- package/dist/models/GcsServiceAccountOutput.js.map +1 -1
- package/dist/models/GenericS3Input.d.ts +1 -1
- package/dist/models/GenericS3Input.js.map +1 -1
- package/dist/models/GenericS3Output.d.ts +1 -1
- package/dist/models/GenericS3Output.js.map +1 -1
- package/dist/models/H262VideoConfiguration.d.ts +1 -1
- package/dist/models/H262VideoConfiguration.js.map +1 -1
- package/dist/models/H264PictureTimingTrimmingInputStream.d.ts +1 -1
- package/dist/models/H264PictureTimingTrimmingInputStream.js.map +1 -1
- package/dist/models/H264VideoConfiguration.d.ts +1 -1
- package/dist/models/H264VideoConfiguration.js.map +1 -1
- package/dist/models/H265VideoConfiguration.d.ts +1 -1
- package/dist/models/H265VideoConfiguration.js.map +1 -1
- package/dist/models/HeAacV1AudioConfiguration.d.ts +1 -1
- package/dist/models/HeAacV1AudioConfiguration.js.map +1 -1
- package/dist/models/HeAacV2AudioConfiguration.d.ts +1 -1
- package/dist/models/HeAacV2AudioConfiguration.js.map +1 -1
- package/dist/models/HttpInput.d.ts +1 -1
- package/dist/models/HttpInput.js.map +1 -1
- package/dist/models/HttpsInput.d.ts +1 -1
- package/dist/models/HttpsInput.js.map +1 -1
- package/dist/models/ImageAdaptationSet.d.ts +7 -0
- package/dist/models/ImageAdaptationSet.js +7 -0
- package/dist/models/ImageAdaptationSet.js.map +1 -1
- package/dist/models/ImscConfiguration.d.ts +1 -1
- package/dist/models/ImscConfiguration.js.map +1 -1
- package/dist/models/IngestInputStream.d.ts +1 -1
- package/dist/models/IngestInputStream.js.map +1 -1
- package/dist/models/InterlaceFilter.d.ts +1 -1
- package/dist/models/InterlaceFilter.js.map +1 -1
- package/dist/models/LiveMediaIngestOutput.d.ts +1 -1
- package/dist/models/LiveMediaIngestOutput.js.map +1 -1
- package/dist/models/LocalInput.d.ts +1 -1
- package/dist/models/LocalInput.js.map +1 -1
- package/dist/models/LocalOutput.d.ts +1 -1
- package/dist/models/LocalOutput.js.map +1 -1
- package/dist/models/MarlinDrm.d.ts +1 -1
- package/dist/models/MarlinDrm.js.map +1 -1
- package/dist/models/MjpegVideoConfiguration.d.ts +1 -1
- package/dist/models/MjpegVideoConfiguration.js.map +1 -1
- package/dist/models/Mp2AudioConfiguration.d.ts +1 -1
- package/dist/models/Mp2AudioConfiguration.js.map +1 -1
- package/dist/models/Mp3AudioConfiguration.d.ts +1 -1
- package/dist/models/Mp3AudioConfiguration.js.map +1 -1
- package/dist/models/Mp3Muxing.d.ts +1 -1
- package/dist/models/Mp3Muxing.js.map +1 -1
- package/dist/models/Mp4Muxing.d.ts +1 -1
- package/dist/models/Mp4Muxing.js.map +1 -1
- package/dist/models/MuxingTypeResponse.d.ts +15 -0
- package/dist/models/MuxingTypeResponse.js +20 -0
- package/dist/models/MuxingTypeResponse.js.map +1 -0
- package/dist/models/MxfMuxing.d.ts +1 -1
- package/dist/models/MxfMuxing.js.map +1 -1
- package/dist/models/OpusAudioConfiguration.d.ts +1 -1
- package/dist/models/OpusAudioConfiguration.js.map +1 -1
- package/dist/models/OrConjunction.d.ts +1 -1
- package/dist/models/OrConjunction.js.map +1 -1
- package/dist/models/PTSAlignMode.d.ts +9 -0
- package/dist/models/PTSAlignMode.js +14 -0
- package/dist/models/PTSAlignMode.js.map +1 -0
- package/dist/models/PackedAudioMuxing.d.ts +1 -1
- package/dist/models/PackedAudioMuxing.js.map +1 -1
- package/dist/models/PcmAudioConfiguration.d.ts +1 -1
- package/dist/models/PcmAudioConfiguration.js.map +1 -1
- package/dist/models/PlaintextId3Tag.d.ts +1 -1
- package/dist/models/PlaintextId3Tag.js.map +1 -1
- package/dist/models/PlayReadyDrm.d.ts +1 -1
- package/dist/models/PlayReadyDrm.js.map +1 -1
- package/dist/models/PrimeTimeDrm.d.ts +1 -1
- package/dist/models/PrimeTimeDrm.js.map +1 -1
- package/dist/models/ProgressiveMovMuxing.d.ts +1 -1
- package/dist/models/ProgressiveMovMuxing.js.map +1 -1
- package/dist/models/ProgressiveTsMuxing.d.ts +1 -1
- package/dist/models/ProgressiveTsMuxing.js.map +1 -1
- package/dist/models/ProgressiveWebmMuxing.d.ts +1 -1
- package/dist/models/ProgressiveWebmMuxing.js.map +1 -1
- package/dist/models/RawId3Tag.d.ts +1 -1
- package/dist/models/RawId3Tag.js.map +1 -1
- package/dist/models/RedundantRtmpInput.d.ts +1 -1
- package/dist/models/RedundantRtmpInput.js.map +1 -1
- package/dist/models/RotateFilter.d.ts +1 -1
- package/dist/models/RotateFilter.js.map +1 -1
- package/dist/models/RtmpInput.d.ts +1 -1
- package/dist/models/RtmpInput.js.map +1 -1
- package/dist/models/S3Input.d.ts +1 -1
- package/dist/models/S3Input.js.map +1 -1
- package/dist/models/S3Output.d.ts +1 -1
- package/dist/models/S3Output.js.map +1 -1
- package/dist/models/S3RoleBasedInput.d.ts +1 -1
- package/dist/models/S3RoleBasedInput.js.map +1 -1
- package/dist/models/S3RoleBasedOutput.d.ts +1 -1
- package/dist/models/S3RoleBasedOutput.js.map +1 -1
- package/dist/models/ScaleFilter.d.ts +1 -1
- package/dist/models/ScaleFilter.js.map +1 -1
- package/dist/models/SegmentedRawMuxing.d.ts +1 -1
- package/dist/models/SegmentedRawMuxing.js.map +1 -1
- package/dist/models/SftpInput.d.ts +1 -1
- package/dist/models/SftpInput.js.map +1 -1
- package/dist/models/SftpOutput.d.ts +1 -1
- package/dist/models/SftpOutput.js.map +1 -1
- package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.d.ts +21 -0
- package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.js +38 -0
- package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobAzureCredentials.d.ts +15 -0
- package/dist/models/SimpleEncodingVodJobAzureCredentials.js +37 -0
- package/dist/models/SimpleEncodingVodJobAzureCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobCredentials.d.ts +8 -0
- package/dist/models/SimpleEncodingVodJobCredentials.js +18 -0
- package/dist/models/SimpleEncodingVodJobCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobErrors.d.ts +26 -0
- package/dist/models/SimpleEncodingVodJobErrors.js +22 -0
- package/dist/models/SimpleEncodingVodJobErrors.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.d.ts +15 -0
- package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.js +37 -0
- package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobInputType.d.ts +11 -0
- package/dist/models/SimpleEncodingVodJobInputType.js +16 -0
- package/dist/models/SimpleEncodingVodJobInputType.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobRequest.d.ts +26 -0
- package/dist/models/SimpleEncodingVodJobRequest.js +24 -0
- package/dist/models/SimpleEncodingVodJobRequest.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobResponse.d.ts +64 -0
- package/dist/models/SimpleEncodingVodJobResponse.js +31 -0
- package/dist/models/SimpleEncodingVodJobResponse.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.d.ts +21 -0
- package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.js +38 -0
- package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobStatus.d.ts +14 -0
- package/dist/models/SimpleEncodingVodJobStatus.js +19 -0
- package/dist/models/SimpleEncodingVodJobStatus.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobUrlInput.d.ts +34 -0
- package/dist/models/SimpleEncodingVodJobUrlInput.js +24 -0
- package/dist/models/SimpleEncodingVodJobUrlInput.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobUrlOutput.d.ts +27 -0
- package/dist/models/SimpleEncodingVodJobUrlOutput.js +23 -0
- package/dist/models/SimpleEncodingVodJobUrlOutput.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.d.ts +21 -0
- package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.js +38 -0
- package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.js.map +1 -0
- package/dist/models/SpekeDrm.d.ts +1 -1
- package/dist/models/SpekeDrm.js.map +1 -1
- package/dist/models/SpriteRepresentation.d.ts +9 -2
- package/dist/models/SpriteRepresentation.js +9 -2
- package/dist/models/SpriteRepresentation.js.map +1 -1
- package/dist/models/SrtInput.d.ts +1 -1
- package/dist/models/SrtInput.js.map +1 -1
- package/dist/models/SubtitleAdaptationSet.d.ts +7 -0
- package/dist/models/SubtitleAdaptationSet.js +7 -0
- package/dist/models/SubtitleAdaptationSet.js.map +1 -1
- package/dist/models/TcpInput.d.ts +1 -1
- package/dist/models/TcpInput.js.map +1 -1
- package/dist/models/TextFilter.d.ts +1 -1
- package/dist/models/TextFilter.js.map +1 -1
- package/dist/models/TextMuxing.d.ts +1 -1
- package/dist/models/TextMuxing.js.map +1 -1
- package/dist/models/TimeBasedTrimmingInputStream.d.ts +1 -1
- package/dist/models/TimeBasedTrimmingInputStream.js.map +1 -1
- package/dist/models/TimecodeTrackTrimmingInputStream.d.ts +1 -1
- package/dist/models/TimecodeTrackTrimmingInputStream.js.map +1 -1
- package/dist/models/TsMuxing.d.ts +1 -1
- package/dist/models/TsMuxing.js.map +1 -1
- package/dist/models/UdpInput.d.ts +1 -1
- package/dist/models/UdpInput.js.map +1 -1
- package/dist/models/UdpMulticastInput.d.ts +1 -1
- package/dist/models/UdpMulticastInput.js.map +1 -1
- package/dist/models/UnsharpFilter.d.ts +1 -1
- package/dist/models/UnsharpFilter.js.map +1 -1
- package/dist/models/VideoAdaptationSet.d.ts +7 -0
- package/dist/models/VideoAdaptationSet.js +7 -0
- package/dist/models/VideoAdaptationSet.js.map +1 -1
- package/dist/models/VorbisAudioConfiguration.d.ts +1 -1
- package/dist/models/VorbisAudioConfiguration.js.map +1 -1
- package/dist/models/Vp8VideoConfiguration.d.ts +1 -1
- package/dist/models/Vp8VideoConfiguration.js.map +1 -1
- package/dist/models/Vp9VideoConfiguration.d.ts +1 -1
- package/dist/models/Vp9VideoConfiguration.js.map +1 -1
- package/dist/models/WatermarkFilter.d.ts +1 -1
- package/dist/models/WatermarkFilter.js.map +1 -1
- package/dist/models/WebVttConfiguration.d.ts +1 -1
- package/dist/models/WebVttConfiguration.js.map +1 -1
- package/dist/models/WebVttSidecarFile.d.ts +1 -1
- package/dist/models/WebVttSidecarFile.js.map +1 -1
- package/dist/models/WebmMuxing.d.ts +1 -1
- package/dist/models/WebmMuxing.js.map +1 -1
- package/dist/models/WidevineDrm.d.ts +1 -1
- package/dist/models/WidevineDrm.js.map +1 -1
- package/dist/models/ZixiInput.d.ts +1 -1
- package/dist/models/ZixiInput.js.map +1 -1
- package/dist/models/index.d.ts +20 -0
- package/dist/models/index.js +20 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -15,7 +15,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.DashSegmentedRepresentation = void 0;
|
|
17
17
|
var Mapper_1 = require("../common/Mapper");
|
|
18
|
-
var
|
|
18
|
+
var DashMuxingRepresentation_1 = require("./DashMuxingRepresentation");
|
|
19
19
|
/**
|
|
20
20
|
* @export
|
|
21
21
|
* @class DashSegmentedRepresentation
|
|
@@ -37,7 +37,7 @@ var DashSegmentedRepresentation = /** @class */ (function (_super) {
|
|
|
37
37
|
return _this;
|
|
38
38
|
}
|
|
39
39
|
return DashSegmentedRepresentation;
|
|
40
|
-
}(
|
|
40
|
+
}(DashMuxingRepresentation_1.default));
|
|
41
41
|
exports.DashSegmentedRepresentation = DashSegmentedRepresentation;
|
|
42
42
|
exports.default = DashSegmentedRepresentation;
|
|
43
43
|
//# sourceMappingURL=DashSegmentedRepresentation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashSegmentedRepresentation.js","sourceRoot":"","sources":["../../src/models/DashSegmentedRepresentation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,
|
|
1
|
+
{"version":3,"file":"DashSegmentedRepresentation.js","sourceRoot":"","sources":["../../src/models/DashSegmentedRepresentation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,uEAAkE;AAIlE;;;GAGG;AACH;IAAiD,+CAAwB;IAgDvE,qCAAY,GAA0C;QAAtD,YACE,kBAAM,GAAG,CAAC,SAWX;QAVC,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC1B,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC1B,KAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,KAAI,CAAC,kBAAkB,GAAG,YAAG,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAC;QACtD,KAAI,CAAC,gBAAgB,GAAG,YAAG,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;QAClD,KAAI,CAAC,eAAe,GAAG,YAAG,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;QAChD,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;;IAC9C,CAAC;IACH,kCAAC;AAAD,CAAC,AA7DD,CAAiD,kCAAwB,GA6DxE;AA7DY,kEAA2B;AA+DxC,kBAAe,2BAA2B,CAAC"}
|
|
@@ -1,9 +1,16 @@
|
|
|
1
|
-
import
|
|
1
|
+
import DashRepresentation from './DashRepresentation';
|
|
2
|
+
import DashRepresentationTypeDiscriminator from './DashRepresentationTypeDiscriminator';
|
|
2
3
|
/**
|
|
3
4
|
* @export
|
|
4
5
|
* @class DashVttRepresentation
|
|
5
6
|
*/
|
|
6
|
-
export declare class DashVttRepresentation extends
|
|
7
|
+
export declare class DashVttRepresentation extends DashRepresentation {
|
|
8
|
+
/**
|
|
9
|
+
* Discriminator property for DashRepresentation
|
|
10
|
+
* @type {string}
|
|
11
|
+
* @memberof DashVttRepresentation
|
|
12
|
+
*/
|
|
13
|
+
readonly typeDiscriminator: DashRepresentationTypeDiscriminator;
|
|
7
14
|
/**
|
|
8
15
|
* URL of the referenced VTT file (required)
|
|
9
16
|
* @type {string}
|
|
@@ -15,7 +15,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.DashVttRepresentation = void 0;
|
|
17
17
|
var Mapper_1 = require("../common/Mapper");
|
|
18
|
-
var
|
|
18
|
+
var DashRepresentation_1 = require("./DashRepresentation");
|
|
19
|
+
var DashRepresentationTypeDiscriminator_1 = require("./DashRepresentationTypeDiscriminator");
|
|
19
20
|
/**
|
|
20
21
|
* @export
|
|
21
22
|
* @class DashVttRepresentation
|
|
@@ -24,6 +25,12 @@ var DashVttRepresentation = /** @class */ (function (_super) {
|
|
|
24
25
|
__extends(DashVttRepresentation, _super);
|
|
25
26
|
function DashVttRepresentation(obj) {
|
|
26
27
|
var _this = _super.call(this, obj) || this;
|
|
28
|
+
/**
|
|
29
|
+
* Discriminator property for DashRepresentation
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof DashVttRepresentation
|
|
32
|
+
*/
|
|
33
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.VTT;
|
|
27
34
|
if (!obj) {
|
|
28
35
|
return _this;
|
|
29
36
|
}
|
|
@@ -31,7 +38,7 @@ var DashVttRepresentation = /** @class */ (function (_super) {
|
|
|
31
38
|
return _this;
|
|
32
39
|
}
|
|
33
40
|
return DashVttRepresentation;
|
|
34
|
-
}(
|
|
41
|
+
}(DashRepresentation_1.default));
|
|
35
42
|
exports.DashVttRepresentation = DashVttRepresentation;
|
|
36
43
|
exports.default = DashVttRepresentation;
|
|
37
44
|
//# sourceMappingURL=DashVttRepresentation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashVttRepresentation.js","sourceRoot":"","sources":["../../src/models/DashVttRepresentation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,
|
|
1
|
+
{"version":3,"file":"DashVttRepresentation.js","sourceRoot":"","sources":["../../src/models/DashVttRepresentation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,2DAAsD;AACtD,6FAAwF;AAExF;;;GAGG;AACH;IAA2C,yCAAkB;IAe3D,+BAAY,GAAoC;QAAhD,YACE,kBAAM,GAAG,CAAC,SAKX;QApBD;;;;WAIG;QACa,uBAAiB,GAAwC,6CAAmC,CAAC,GAAG,CAAC;QAW/G,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,MAAM,GAAG,YAAG,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;;IAChC,CAAC;IACH,4BAAC;AAAD,CAAC,AAtBD,CAA2C,4BAAkB,GAsB5D;AAtBY,sDAAqB;AAwBlC,kBAAe,qBAAqB,CAAC"}
|
|
@@ -1,9 +1,16 @@
|
|
|
1
|
+
import DashRepresentationTypeDiscriminator from './DashRepresentationTypeDiscriminator';
|
|
1
2
|
import DashSegmentedRepresentation from './DashSegmentedRepresentation';
|
|
2
3
|
/**
|
|
3
4
|
* @export
|
|
4
5
|
* @class DashWebmRepresentation
|
|
5
6
|
*/
|
|
6
7
|
export declare class DashWebmRepresentation extends DashSegmentedRepresentation {
|
|
8
|
+
/**
|
|
9
|
+
* Discriminator property for DashRepresentation
|
|
10
|
+
* @type {string}
|
|
11
|
+
* @memberof DashWebmRepresentation
|
|
12
|
+
*/
|
|
13
|
+
readonly typeDiscriminator: DashRepresentationTypeDiscriminator;
|
|
7
14
|
constructor(obj?: Partial<DashWebmRepresentation>);
|
|
8
15
|
}
|
|
9
16
|
export default DashWebmRepresentation;
|
|
@@ -14,6 +14,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
14
14
|
})();
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.DashWebmRepresentation = void 0;
|
|
17
|
+
var DashRepresentationTypeDiscriminator_1 = require("./DashRepresentationTypeDiscriminator");
|
|
17
18
|
var DashSegmentedRepresentation_1 = require("./DashSegmentedRepresentation");
|
|
18
19
|
/**
|
|
19
20
|
* @export
|
|
@@ -23,6 +24,12 @@ var DashWebmRepresentation = /** @class */ (function (_super) {
|
|
|
23
24
|
__extends(DashWebmRepresentation, _super);
|
|
24
25
|
function DashWebmRepresentation(obj) {
|
|
25
26
|
var _this = _super.call(this, obj) || this;
|
|
27
|
+
/**
|
|
28
|
+
* Discriminator property for DashRepresentation
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof DashWebmRepresentation
|
|
31
|
+
*/
|
|
32
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.WEBM;
|
|
26
33
|
if (!obj) {
|
|
27
34
|
return _this;
|
|
28
35
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashWebmRepresentation.js","sourceRoot":"","sources":["../../src/models/DashWebmRepresentation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"DashWebmRepresentation.js","sourceRoot":"","sources":["../../src/models/DashWebmRepresentation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,6FAAwF;AAExF,6EAAwE;AAExE;;;GAGG;AACH;IAA4C,0CAA2B;IAQrE,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAIX;QAZD;;;;WAIG;QACa,uBAAiB,GAAwC,6CAAmC,CAAC,IAAI,CAAC;QAIhH,IAAG,CAAC,GAAG,EAAE;;SAER;;IACH,CAAC;IACH,6BAAC;AAAD,CAAC,AAdD,CAA4C,qCAA2B,GActE;AAdY,wDAAsB;AAgBnC,kBAAe,sBAAsB,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class DefaultManifestAndCondition extends DefaultManifestConditio
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof DefaultManifestAndCondition
|
|
12
12
|
*/
|
|
13
|
-
type: ConditionType
|
|
13
|
+
readonly type: ConditionType;
|
|
14
14
|
/**
|
|
15
15
|
* Array to perform the AND evaluation on. This conditions evaluates to true if all sub conditions evaluate to true.
|
|
16
16
|
* @type {DefaultManifestCondition[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultManifestAndCondition.js","sourceRoot":"","sources":["../../src/models/DefaultManifestAndCondition.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,iDAA4C;AAC5C,uEAAkE;AAElE;;;GAGG;AACH;IAAiD,+CAAwB;IAevE,qCAAY,GAA0C;QAAtD,YACE,kBAAM,GAAG,CAAC,SAKX;QApBD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"DefaultManifestAndCondition.js","sourceRoot":"","sources":["../../src/models/DefaultManifestAndCondition.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,iDAA4C;AAC5C,uEAAkE;AAElE;;;GAGG;AACH;IAAiD,+CAAwB;IAevE,qCAAY,GAA0C;QAAtD,YACE,kBAAM,GAAG,CAAC,SAKX;QApBD;;;;WAIG;QACa,UAAI,GAAkB,uBAAa,CAAC,GAAG,CAAC;QAWtD,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,UAAU,GAAG,iBAAQ,CAAC,GAAG,CAAC,UAAU,EAAE,kCAAwB,CAAC,CAAC;;IACvE,CAAC;IACH,kCAAC;AAAD,CAAC,AAtBD,CAAiD,kCAAwB,GAsBxE;AAtBY,kEAA2B;AAwBxC,kBAAe,2BAA2B,CAAC"}
|
|
@@ -11,7 +11,7 @@ export declare class DefaultManifestAttributeCondition extends DefaultManifestCo
|
|
|
11
11
|
* @type {string}
|
|
12
12
|
* @memberof DefaultManifestAttributeCondition
|
|
13
13
|
*/
|
|
14
|
-
type: ConditionType
|
|
14
|
+
readonly type: ConditionType;
|
|
15
15
|
/**
|
|
16
16
|
* The attribute that should be used for the evaluation: - audio.codec - audio.language - audio.bitrate - subtitle.format - subtitle.language - video.height - video.width - video.codec - video.bitrate - drm.type - muxing.type (required)
|
|
17
17
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultManifestAttributeCondition.js","sourceRoot":"","sources":["../../src/models/DefaultManifestAttributeCondition.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,iDAA4C;AAC5C,uEAAkE;AAElE;;;GAGG;AACH;IAAuD,qDAAwB;IA6B7E,2CAAY,GAAgD;QAA5D,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"DefaultManifestAttributeCondition.js","sourceRoot":"","sources":["../../src/models/DefaultManifestAttributeCondition.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,iDAA4C;AAC5C,uEAAkE;AAElE;;;GAGG;AACH;IAAuD,qDAAwB;IA6B7E,2CAAY,GAAgD;QAA5D,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;QACa,UAAI,GAAkB,uBAAa,CAAC,SAAS,CAAC;QAyB5D,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACpC,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;QAClC,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IAC9B,CAAC;IACH,wCAAC;AAAD,CAAC,AAtCD,CAAuD,kCAAwB,GAsC9E;AAtCY,8EAAiC;AAwC9C,kBAAe,iCAAiC,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class DefaultManifestOrCondition extends DefaultManifestCondition
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof DefaultManifestOrCondition
|
|
12
12
|
*/
|
|
13
|
-
type: ConditionType
|
|
13
|
+
readonly type: ConditionType;
|
|
14
14
|
/**
|
|
15
15
|
* Array to perform the OR evaluation on. This conditions evaluates to true if at least one sub condition evaluates to true.
|
|
16
16
|
* @type {DefaultManifestCondition[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultManifestOrCondition.js","sourceRoot":"","sources":["../../src/models/DefaultManifestOrCondition.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,iDAA4C;AAC5C,uEAAkE;AAElE;;;GAGG;AACH;IAAgD,8CAAwB;IAetE,oCAAY,GAAyC;QAArD,YACE,kBAAM,GAAG,CAAC,SAKX;QApBD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"DefaultManifestOrCondition.js","sourceRoot":"","sources":["../../src/models/DefaultManifestOrCondition.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,iDAA4C;AAC5C,uEAAkE;AAElE;;;GAGG;AACH;IAAgD,8CAAwB;IAetE,oCAAY,GAAyC;QAArD,YACE,kBAAM,GAAG,CAAC,SAKX;QApBD;;;;WAIG;QACa,UAAI,GAAkB,uBAAa,CAAC,EAAE,CAAC;QAWrD,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,UAAU,GAAG,iBAAQ,CAAC,GAAG,CAAC,UAAU,EAAE,kCAAwB,CAAC,CAAC;;IACvE,CAAC;IACH,iCAAC;AAAD,CAAC,AAtBD,CAAgD,kCAAwB,GAsBvE;AAtBY,gEAA0B;AAwBvC,kBAAe,0BAA0B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeinterlaceFilter.js","sourceRoot":"","sources":["../../src/models/DeinterlaceFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAI/C,mCAA8B;AAC9B,2CAAsC;AAGtC;;;GAGG;AACH;IAAuC,qCAAM;IAgC3C,2BAAY,GAAgC;QAA5C,YACE,kBAAM,GAAG,CAAC,SAQX;QAxCD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"DeinterlaceFilter.js","sourceRoot":"","sources":["../../src/models/DeinterlaceFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAI/C,mCAA8B;AAC9B,2CAAsC;AAGtC;;;GAGG;AACH;IAAuC,qCAAM;IAgC3C,2BAAY,GAAgC;QAA5C,YACE,kBAAM,GAAG,CAAC,SAQX;QAxCD;;;;WAIG;QACa,UAAI,GAAe,oBAAU,CAAC,WAAW,CAAC;QA4BxD,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,MAAM,GAAG,YAAG,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QAC9B,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC1B,KAAI,CAAC,kBAAkB,GAAG,YAAG,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAC;QACtD,KAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;;IACxC,CAAC;IACH,wBAAC;AAAD,CAAC,AA1CD,CAAuC,gBAAM,GA0C5C;AA1CY,8CAAiB;AA4C9B,kBAAe,iBAAiB,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class DenoiseHqdn3dFilter extends Filter {
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof DenoiseHqdn3dFilter
|
|
12
12
|
*/
|
|
13
|
-
type: FilterType
|
|
13
|
+
readonly type: FilterType;
|
|
14
14
|
/**
|
|
15
15
|
* A non-negative floating point number which specifies spatial luma strength. It defaults to 4.0.
|
|
16
16
|
* @type {number}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DenoiseHqdn3dFilter.js","sourceRoot":"","sources":["../../src/models/DenoiseHqdn3dFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,mCAA8B;AAC9B,2CAAsC;AAEtC;;;GAGG;AACH;IAAyC,uCAAM;IAoC7C,6BAAY,GAAkC;QAA9C,YACE,kBAAM,GAAG,CAAC,SAQX;QA5CD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"DenoiseHqdn3dFilter.js","sourceRoot":"","sources":["../../src/models/DenoiseHqdn3dFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,mCAA8B;AAC9B,2CAAsC;AAEtC;;;GAGG;AACH;IAAyC,uCAAM;IAoC7C,6BAAY,GAAkC;QAA9C,YACE,kBAAM,GAAG,CAAC,SAQX;QA5CD;;;;WAIG;QACa,UAAI,GAAe,oBAAU,CAAC,cAAc,CAAC;QAgC3D,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QAChC,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;;IACtC,CAAC;IACH,0BAAC;AAAD,CAAC,AA9CD,CAAyC,gBAAM,GA8C9C;AA9CY,kDAAmB;AAgDhC,kBAAe,mBAAmB,CAAC"}
|
|
@@ -11,7 +11,7 @@ export declare class DolbyAtmosAudioConfiguration extends AudioConfiguration {
|
|
|
11
11
|
* @type {string}
|
|
12
12
|
* @memberof DolbyAtmosAudioConfiguration
|
|
13
13
|
*/
|
|
14
|
-
type: CodecConfigType
|
|
14
|
+
readonly type: CodecConfigType;
|
|
15
15
|
/**
|
|
16
16
|
* Settings for loudness control (required)
|
|
17
17
|
* @type {DolbyAtmosLoudnessControl}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DolbyAtmosAudioConfiguration.js","sourceRoot":"","sources":["../../src/models/DolbyAtmosAudioConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,2DAAsD;AACtD,qDAAgD;AAChD,yEAAoE;AAEpE;;;GAGG;AACH;IAAkD,gDAAkB;IAelE,sCAAY,GAA2C;QAAvD,YACE,kBAAM,GAAG,CAAC,SAKX;QApBD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"DolbyAtmosAudioConfiguration.js","sourceRoot":"","sources":["../../src/models/DolbyAtmosAudioConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,2DAAsD;AACtD,qDAAgD;AAChD,yEAAoE;AAEpE;;;GAGG;AACH;IAAkD,gDAAkB;IAelE,sCAAY,GAA2C;QAAvD,YACE,kBAAM,GAAG,CAAC,SAKX;QApBD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,WAAW,CAAC;QAWlE,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,eAAe,GAAG,YAAG,CAAC,GAAG,CAAC,eAAe,EAAE,mCAAyB,CAAC,CAAC;;IAC7E,CAAC;IACH,mCAAC;AAAD,CAAC,AAtBD,CAAkD,4BAAkB,GAsBnE;AAtBY,oEAA4B;AAwBzC,kBAAe,4BAA4B,CAAC"}
|
|
@@ -11,7 +11,7 @@ export declare class DolbyAtmosIngestInputStream extends InputStream {
|
|
|
11
11
|
* @type {string}
|
|
12
12
|
* @memberof DolbyAtmosIngestInputStream
|
|
13
13
|
*/
|
|
14
|
-
type: InputStreamType
|
|
14
|
+
readonly type: InputStreamType;
|
|
15
15
|
/**
|
|
16
16
|
* Id of input (required)
|
|
17
17
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DolbyAtmosIngestInputStream.js","sourceRoot":"","sources":["../../src/models/DolbyAtmosIngestInputStream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,6CAAwC;AACxC,qDAAgD;AAEhD;;;GAGG;AACH;IAAiD,+CAAW;IA6B1D,qCAAY,GAA0C;QAAtD,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"DolbyAtmosIngestInputStream.js","sourceRoot":"","sources":["../../src/models/DolbyAtmosIngestInputStream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,6CAAwC;AACxC,qDAAgD;AAEhD;;;GAGG;AACH;IAAiD,+CAAW;IA6B1D,qCAAY,GAA0C;QAAtD,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,WAAW,CAAC;QAyBlE,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QAChC,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACpC,KAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;;IAC1C,CAAC;IACH,kCAAC;AAAD,CAAC,AAtCD,CAAiD,qBAAW,GAsC3D;AAtCY,kEAA2B;AAwCxC,kBAAe,2BAA2B,CAAC"}
|
|
@@ -16,7 +16,7 @@ export declare class DolbyDigitalAudioConfiguration extends AudioConfiguration {
|
|
|
16
16
|
* @type {string}
|
|
17
17
|
* @memberof DolbyDigitalAudioConfiguration
|
|
18
18
|
*/
|
|
19
|
-
type: CodecConfigType
|
|
19
|
+
readonly type: CodecConfigType;
|
|
20
20
|
/**
|
|
21
21
|
* BitstreamInfo defines metadata parameters contained in the Dolby Digital audio bitstream
|
|
22
22
|
* @type {DolbyDigitalBitstreamInfo}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DolbyDigitalAudioConfiguration.js","sourceRoot":"","sources":["../../src/models/DolbyDigitalAudioConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,2DAAsD;AACtD,qDAAgD;AAChD,yEAAoE;AAEpE,mEAA8D;AAE9D,6EAAwE;AACxE,yEAAoE;AAEpE;;;GAGG;AACH;IAAoD,kDAAkB;IAgDpE,wCAAY,GAA6C;QAAzD,YACE,kBAAM,GAAG,CAAC,SAUX;QA1DD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"DolbyDigitalAudioConfiguration.js","sourceRoot":"","sources":["../../src/models/DolbyDigitalAudioConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,2DAAsD;AACtD,qDAAgD;AAChD,yEAAoE;AAEpE,mEAA8D;AAE9D,6EAAwE;AACxE,yEAAoE;AAEpE;;;GAGG;AACH;IAAoD,kDAAkB;IAgDpE,wCAAY,GAA6C;QAAzD,YACE,kBAAM,GAAG,CAAC,SAUX;QA1DD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,EAAE,CAAC;QA4CzD,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,EAAE,mCAAyB,CAAC,CAAC;QACvE,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,EAAE,gCAAsB,CAAC,CAAC;QAC9D,KAAI,CAAC,yBAAyB,GAAG,YAAG,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC;QACpE,KAAI,CAAC,eAAe,GAAG,YAAG,CAAC,GAAG,CAAC,eAAe,EAAE,qCAA2B,CAAC,CAAC;QAC7E,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,EAAE,mCAAyB,CAAC,CAAC;;IACzE,CAAC;IACH,qCAAC;AAAD,CAAC,AA5DD,CAAoD,4BAAkB,GA4DrE;AA5DY,wEAA8B;AA8D3C,kBAAe,8BAA8B,CAAC"}
|
|
@@ -16,7 +16,7 @@ export declare class DolbyDigitalPlusAudioConfiguration extends AudioConfigurati
|
|
|
16
16
|
* @type {string}
|
|
17
17
|
* @memberof DolbyDigitalPlusAudioConfiguration
|
|
18
18
|
*/
|
|
19
|
-
type: CodecConfigType
|
|
19
|
+
readonly type: CodecConfigType;
|
|
20
20
|
/**
|
|
21
21
|
* BitstreamInfo defines metadata parameters contained in the Dolby Digital Plus audio bitstream
|
|
22
22
|
* @type {DolbyDigitalPlusBitstreamInfo}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DolbyDigitalPlusAudioConfiguration.js","sourceRoot":"","sources":["../../src/models/DolbyDigitalPlusAudioConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,2DAAsD;AACtD,qDAAgD;AAChD,iFAA4E;AAE5E,2EAAsE;AAEtE,qFAAgF;AAChF,iFAA4E;AAE5E;;;GAGG;AACH;IAAwD,sDAAkB;IAgDxE,4CAAY,GAAiD;QAA7D,YACE,kBAAM,GAAG,CAAC,SAUX;QA1DD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"DolbyDigitalPlusAudioConfiguration.js","sourceRoot":"","sources":["../../src/models/DolbyDigitalPlusAudioConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,2DAAsD;AACtD,qDAAgD;AAChD,iFAA4E;AAE5E,2EAAsE;AAEtE,qFAAgF;AAChF,iFAA4E;AAE5E;;;GAGG;AACH;IAAwD,sDAAkB;IAgDxE,4CAAY,GAAiD;QAA7D,YACE,kBAAM,GAAG,CAAC,SAUX;QA1DD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,MAAM,CAAC;QA4C7D,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,EAAE,uCAA6B,CAAC,CAAC;QAC3E,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,EAAE,oCAA0B,CAAC,CAAC;QAClE,KAAI,CAAC,yBAAyB,GAAG,YAAG,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC;QACpE,KAAI,CAAC,eAAe,GAAG,YAAG,CAAC,GAAG,CAAC,eAAe,EAAE,yCAA+B,CAAC,CAAC;QACjF,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,EAAE,uCAA6B,CAAC,CAAC;;IAC7E,CAAC;IACH,yCAAC;AAAD,CAAC,AA5DD,CAAwD,4BAAkB,GA4DzE;AA5DY,gFAAkC;AA8D/C,kBAAe,kCAAkC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DolbyVisionInputStream.js","sourceRoot":"","sources":["../../src/models/DolbyVisionInputStream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,6CAAwC;AACxC,qDAAgD;AAEhD;;;GAGG;AACH;IAA4C,0CAAW;IA6BrD,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"DolbyVisionInputStream.js","sourceRoot":"","sources":["../../src/models/DolbyVisionInputStream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,6CAAwC;AACxC,qDAAgD;AAEhD;;;GAGG;AACH;IAA4C,0CAAW;IA6BrD,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,YAAY,CAAC;QAyBnE,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QAChC,KAAI,CAAC,cAAc,GAAG,YAAG,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;QAC9C,KAAI,CAAC,iBAAiB,GAAG,YAAG,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;;IACtD,CAAC;IACH,6BAAC;AAAD,CAAC,AAtCD,CAA4C,qBAAW,GAsCtD;AAtCY,wDAAsB;AAwCnC,kBAAe,sBAAsB,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class DolbyVisionMetadataIngestInputStream extends InputStream {
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof DolbyVisionMetadataIngestInputStream
|
|
12
12
|
*/
|
|
13
|
-
type: InputStreamType
|
|
13
|
+
readonly type: InputStreamType;
|
|
14
14
|
/**
|
|
15
15
|
* Id of input (required)
|
|
16
16
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DolbyVisionMetadataIngestInputStream.js","sourceRoot":"","sources":["../../src/models/DolbyVisionMetadataIngestInputStream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,6CAAwC;AACxC,qDAAgD;AAEhD;;;GAGG;AACH;IAA0D,wDAAW;IAsBnE,8CAAY,GAAmD;QAA/D,YACE,kBAAM,GAAG,CAAC,SAMX;QA5BD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"DolbyVisionMetadataIngestInputStream.js","sourceRoot":"","sources":["../../src/models/DolbyVisionMetadataIngestInputStream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,6CAAwC;AACxC,qDAAgD;AAEhD;;;GAGG;AACH;IAA0D,wDAAW;IAsBnE,8CAAY,GAAmD;QAA/D,YACE,kBAAM,GAAG,CAAC,SAMX;QA5BD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,6BAA6B,CAAC;QAkBpF,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QAChC,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;;IACtC,CAAC;IACH,2CAAC;AAAD,CAAC,AA9BD,CAA0D,qBAAW,GA8BpE;AA9BY,oFAAoC;AAgCjD,kBAAe,oCAAoC,CAAC"}
|
|
@@ -11,7 +11,7 @@ export declare class DtsAudioConfiguration extends AudioConfiguration {
|
|
|
11
11
|
* @type {string}
|
|
12
12
|
* @memberof DtsAudioConfiguration
|
|
13
13
|
*/
|
|
14
|
-
type: CodecConfigType
|
|
14
|
+
readonly type: CodecConfigType;
|
|
15
15
|
/**
|
|
16
16
|
* There are two DTS modes available: DTS Express Audio (EXPRESS_AUDIO) and DTS Digital Surround (DIGITAL_SURROUND)
|
|
17
17
|
* @type {DtsMode}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DtsAudioConfiguration.js","sourceRoot":"","sources":["../../src/models/DtsAudioConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,2DAAsD;AACtD,qDAAgD;AAGhD;;;GAGG;AACH;IAA2C,yCAAkB;IAe3D,+BAAY,GAAoC;QAAhD,YACE,kBAAM,GAAG,CAAC,SAKX;QApBD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"DtsAudioConfiguration.js","sourceRoot":"","sources":["../../src/models/DtsAudioConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,2DAAsD;AACtD,qDAAgD;AAGhD;;;GAGG;AACH;IAA2C,yCAAkB;IAe3D,+BAAY,GAAoC;QAAhD,YACE,kBAAM,GAAG,CAAC,SAKX;QApBD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,GAAG,CAAC;QAW1D,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;;IAC5B,CAAC;IACH,4BAAC;AAAD,CAAC,AAtBD,CAA2C,4BAAkB,GAsB5D;AAtBY,sDAAqB;AAwBlC,kBAAe,qBAAqB,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class DtsPassthroughAudioConfiguration extends CodecConfiguration
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof DtsPassthroughAudioConfiguration
|
|
12
12
|
*/
|
|
13
|
-
type: CodecConfigType
|
|
13
|
+
readonly type: CodecConfigType;
|
|
14
14
|
constructor(obj?: Partial<DtsPassthroughAudioConfiguration>);
|
|
15
15
|
}
|
|
16
16
|
export default DtsPassthroughAudioConfiguration;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DtsPassthroughAudioConfiguration.js","sourceRoot":"","sources":["../../src/models/DtsPassthroughAudioConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAgD;AAChD,2DAAsD;AAEtD;;;GAGG;AACH;IAAsD,oDAAkB;IAQtE,0CAAY,GAA+C;QAA3D,YACE,kBAAM,GAAG,CAAC,SAIX;QAZD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"DtsPassthroughAudioConfiguration.js","sourceRoot":"","sources":["../../src/models/DtsPassthroughAudioConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAgD;AAChD,2DAAsD;AAEtD;;;GAGG;AACH;IAAsD,oDAAkB;IAQtE,0CAAY,GAA+C;QAA3D,YACE,kBAAM,GAAG,CAAC,SAIX;QAZD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,eAAe,CAAC;QAItE,IAAG,CAAC,GAAG,EAAE;;SAER;;IACH,CAAC;IACH,uCAAC;AAAD,CAAC,AAdD,CAAsD,4BAAkB,GAcvE;AAdY,4EAAgC;AAgB7C,kBAAe,gCAAgC,CAAC"}
|
|
@@ -13,7 +13,7 @@ export declare class DtsXAudioConfiguration extends AudioConfiguration {
|
|
|
13
13
|
* @type {string}
|
|
14
14
|
* @memberof DtsXAudioConfiguration
|
|
15
15
|
*/
|
|
16
|
-
type: CodecConfigType
|
|
16
|
+
readonly type: CodecConfigType;
|
|
17
17
|
/**
|
|
18
18
|
* @type {DtsXChannelLayout}
|
|
19
19
|
* @memberof DtsXAudioConfiguration
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DtsXAudioConfiguration.js","sourceRoot":"","sources":["../../src/models/DtsXAudioConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,2DAAsD;AACtD,qDAAgD;AAKhD;;;;GAIG;AACH;IAA4C,0CAAkB;IAkC5D,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAQX;QA1CD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"DtsXAudioConfiguration.js","sourceRoot":"","sources":["../../src/models/DtsXAudioConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,2DAAsD;AACtD,qDAAgD;AAKhD;;;;GAIG;AACH;IAA4C,0CAAkB;IAkC5D,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAQX;QA1CD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,IAAI,CAAC;QA8B3D,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACpC,KAAI,CAAC,eAAe,GAAG,YAAG,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;QAChD,KAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;;IAC5C,CAAC;IACH,6BAAC;AAAD,CAAC,AA5CD,CAA4C,4BAAkB,GA4C7D;AA5CY,wDAAsB;AA8CnC,kBAAe,sBAAsB,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class DvbSubtitleConfiguration extends SubtitleConfiguration {
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof DvbSubtitleConfiguration
|
|
12
12
|
*/
|
|
13
|
-
type: CodecConfigType
|
|
13
|
+
readonly type: CodecConfigType;
|
|
14
14
|
constructor(obj?: Partial<DvbSubtitleConfiguration>);
|
|
15
15
|
}
|
|
16
16
|
export default DvbSubtitleConfiguration;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DvbSubtitleConfiguration.js","sourceRoot":"","sources":["../../src/models/DvbSubtitleConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAgD;AAChD,iEAA4D;AAE5D;;;GAGG;AACH;IAA8C,4CAAqB;IAQjE,kCAAY,GAAuC;QAAnD,YACE,kBAAM,GAAG,CAAC,SAIX;QAZD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"DvbSubtitleConfiguration.js","sourceRoot":"","sources":["../../src/models/DvbSubtitleConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAgD;AAChD,iEAA4D;AAE5D;;;GAGG;AACH;IAA8C,4CAAqB;IAQjE,kCAAY,GAAuC;QAAnD,YACE,kBAAM,GAAG,CAAC,SAIX;QAZD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,YAAY,CAAC;QAInE,IAAG,CAAC,GAAG,EAAE;;SAER;;IACH,CAAC;IACH,+BAAC;AAAD,CAAC,AAdD,CAA8C,+BAAqB,GAclE;AAdY,4DAAwB;AAgBrC,kBAAe,wBAAwB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DvbSubtitleInputStream.js","sourceRoot":"","sources":["../../src/models/DvbSubtitleInputStream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,6CAAwC;AACxC,qDAAgD;AAGhD;;;GAGG;AACH;IAA4C,0CAAW;IAoCrD,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAQX;QA5CD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"DvbSubtitleInputStream.js","sourceRoot":"","sources":["../../src/models/DvbSubtitleInputStream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,6CAAwC;AACxC,qDAAgD;AAGhD;;;GAGG;AACH;IAA4C,0CAAW;IAoCrD,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAQX;QA5CD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,YAAY,CAAC;QAgCnE,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QAChC,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACpC,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;IACpC,CAAC;IACH,6BAAC;AAAD,CAAC,AA9CD,CAA4C,qBAAW,GA8CtD;AA9CY,wDAAsB;AAgDnC,kBAAe,sBAAsB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DvbTeletextInputStream.js","sourceRoot":"","sources":["../../src/models/DvbTeletextInputStream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,6CAAwC;AACxC,qDAAgD;AAGhD;;;GAGG;AACH;IAA4C,0CAAW;IA2CrD,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SASX;QApDD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"DvbTeletextInputStream.js","sourceRoot":"","sources":["../../src/models/DvbTeletextInputStream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,6CAAwC;AACxC,qDAAgD;AAGhD;;;GAGG;AACH;IAA4C,0CAAW;IA2CrD,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SASX;QApDD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,YAAY,CAAC;QAuCnE,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QAChC,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACpC,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;QAClC,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;;IAC5B,CAAC;IACH,6BAAC;AAAD,CAAC,AAtDD,CAA4C,qBAAW,GAsDtD;AAtDY,wDAAsB;AAwDnC,kBAAe,sBAAsB,CAAC"}
|
|
@@ -11,7 +11,7 @@ export declare class Eac3AudioConfiguration extends AudioConfiguration {
|
|
|
11
11
|
* @type {string}
|
|
12
12
|
* @memberof Eac3AudioConfiguration
|
|
13
13
|
*/
|
|
14
|
-
type: CodecConfigType
|
|
14
|
+
readonly type: CodecConfigType;
|
|
15
15
|
/**
|
|
16
16
|
* Channel layout of the audio codec configuration
|
|
17
17
|
* @type {Ac3ChannelLayout}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Eac3AudioConfiguration.js","sourceRoot":"","sources":["../../src/models/Eac3AudioConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,2DAAsD;AACtD,qDAAgD;AAEhD;;;GAGG;AACH;IAA4C,0CAAkB;IAsB5D,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAMX;QA5BD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"Eac3AudioConfiguration.js","sourceRoot":"","sources":["../../src/models/Eac3AudioConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,2DAAsD;AACtD,qDAAgD;AAEhD;;;GAGG;AACH;IAA4C,0CAAkB;IAsB5D,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAMX;QA5BD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,IAAI,CAAC;QAkB3D,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,eAAe,GAAG,YAAG,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;;IAClD,CAAC;IACH,6BAAC;AAAD,CAAC,AA9BD,CAA4C,4BAAkB,GA8B7D;AA9BY,wDAAsB;AAgCnC,kBAAe,sBAAsB,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class EbuR128SinglePassFilter extends Filter {
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof EbuR128SinglePassFilter
|
|
12
12
|
*/
|
|
13
|
-
type: FilterType
|
|
13
|
+
readonly type: FilterType;
|
|
14
14
|
/**
|
|
15
15
|
* Set the targeted integrated loudness value. Range is from '-70.0' to '-5.0'. Default value is '-24.0'. Value is measured in LUFS (Loudness Units, referenced to Full Scale)
|
|
16
16
|
* @type {number}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EbuR128SinglePassFilter.js","sourceRoot":"","sources":["../../src/models/EbuR128SinglePassFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,mCAA8B;AAC9B,2CAAsC;AAEtC;;;GAGG;AACH;IAA6C,2CAAM;IA6BjD,iCAAY,GAAsC;QAAlD,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"EbuR128SinglePassFilter.js","sourceRoot":"","sources":["../../src/models/EbuR128SinglePassFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,mCAA8B;AAC9B,2CAAsC;AAEtC;;;GAGG;AACH;IAA6C,2CAAM;IA6BjD,iCAAY,GAAsC;QAAlD,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;QACa,UAAI,GAAe,oBAAU,CAAC,oBAAoB,CAAC;QAyBjE,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,kBAAkB,GAAG,YAAG,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAC;QACtD,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,oBAAoB,GAAG,YAAG,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;;IAC5D,CAAC;IACH,8BAAC;AAAD,CAAC,AAtCD,CAA6C,gBAAM,GAsClD;AAtCY,0DAAuB;AAwCpC,kBAAe,uBAAuB,CAAC"}
|
|
@@ -13,7 +13,7 @@ export declare class EnhancedDeinterlaceFilter extends Filter {
|
|
|
13
13
|
* @type {string}
|
|
14
14
|
* @memberof EnhancedDeinterlaceFilter
|
|
15
15
|
*/
|
|
16
|
-
type: FilterType
|
|
16
|
+
readonly type: FilterType;
|
|
17
17
|
/**
|
|
18
18
|
* @type {EnhancedDeinterlaceParity}
|
|
19
19
|
* @memberof EnhancedDeinterlaceFilter
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnhancedDeinterlaceFilter.js","sourceRoot":"","sources":["../../src/models/EnhancedDeinterlaceFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAI/C,mCAA8B;AAC9B,2CAAsC;AAEtC;;;GAGG;AACH;IAA+C,6CAAM;IA0BnD,mCAAY,GAAwC;QAApD,YACE,kBAAM,GAAG,CAAC,SAOX;QAjCD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"EnhancedDeinterlaceFilter.js","sourceRoot":"","sources":["../../src/models/EnhancedDeinterlaceFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAI/C,mCAA8B;AAC9B,2CAAsC;AAEtC;;;GAGG;AACH;IAA+C,6CAAM;IA0BnD,mCAAY,GAAwC;QAApD,YACE,kBAAM,GAAG,CAAC,SAOX;QAjCD;;;;WAIG;QACa,UAAI,GAAe,oBAAU,CAAC,oBAAoB,CAAC;QAsBjE,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,MAAM,GAAG,YAAG,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QAC9B,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC1B,KAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;;IACxC,CAAC;IACH,gCAAC;AAAD,CAAC,AAnCD,CAA+C,gBAAM,GAmCpD;AAnCY,8DAAyB;AAqCtC,kBAAe,yBAAyB,CAAC"}
|
|
@@ -11,7 +11,7 @@ export declare class EnhancedWatermarkFilter extends Filter {
|
|
|
11
11
|
* @type {string}
|
|
12
12
|
* @memberof EnhancedWatermarkFilter
|
|
13
13
|
*/
|
|
14
|
-
type: FilterType
|
|
14
|
+
readonly type: FilterType;
|
|
15
15
|
/**
|
|
16
16
|
* URL of the file to be used as watermark image. Supported image formats: PNG, JPEG, BMP, GIF (required)
|
|
17
17
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnhancedWatermarkFilter.js","sourceRoot":"","sources":["../../src/models/EnhancedWatermarkFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,mCAA8B;AAC9B,2CAAsC;AAGtC;;;GAGG;AACH;IAA6C,2CAAM;IAsEjD,iCAAY,GAAsC;QAAlD,YACE,kBAAM,GAAG,CAAC,SAaX;QAnFD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"EnhancedWatermarkFilter.js","sourceRoot":"","sources":["../../src/models/EnhancedWatermarkFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,mCAA8B;AAC9B,2CAAsC;AAGtC;;;GAGG;AACH;IAA6C,2CAAM;IAsEjD,iCAAY,GAAsC;QAAlD,YACE,kBAAM,GAAG,CAAC,SAaX;QAnFD;;;;WAIG;QACa,UAAI,GAAe,oBAAU,CAAC,kBAAkB,CAAC;QAkE/D,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QAC5B,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC1B,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QAC5B,KAAI,CAAC,GAAG,GAAG,YAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACxB,KAAI,CAAC,MAAM,GAAG,YAAG,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QAC9B,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC1B,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QAChC,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QAC5B,KAAI,CAAC,MAAM,GAAG,YAAG,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;;IAChC,CAAC;IACH,8BAAC;AAAD,CAAC,AArFD,CAA6C,gBAAM,GAqFlD;AArFY,0DAAuB;AAuFpC,kBAAe,uBAAuB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FairPlayDrm.js","sourceRoot":"","sources":["../../src/models/FairPlayDrm.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,6BAAwB;AACxB,qCAAgC;AAGhC;;;GAGG;AACH;IAAiC,+BAAG;IA6BlC,qBAAY,GAA0B;QAAtC,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"FairPlayDrm.js","sourceRoot":"","sources":["../../src/models/FairPlayDrm.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,6BAAwB;AACxB,qCAAgC;AAGhC;;;GAGG;AACH;IAAiC,+BAAG;IA6BlC,qBAAY,GAA0B;QAAtC,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;QACa,UAAI,GAAY,iBAAO,CAAC,QAAQ,CAAC;QAyB/C,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,GAAG,GAAG,YAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACxB,KAAI,CAAC,EAAE,GAAG,YAAG,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QACtB,KAAI,CAAC,GAAG,GAAG,YAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;;IAC1B,CAAC;IACH,kBAAC;AAAD,CAAC,AAtCD,CAAiC,aAAG,GAsCnC;AAtCY,kCAAW;AAwCxB,kBAAe,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileInputStream.js","sourceRoot":"","sources":["../../src/models/FileInputStream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,6CAAwC;AACxC,qDAAgD;AAEhD;;;GAGG;AACH;IAAqC,mCAAW;IA4B9C,yBAAY,GAA8B;QAA1C,YACE,kBAAM,GAAG,CAAC,SAOX;QAnCD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"FileInputStream.js","sourceRoot":"","sources":["../../src/models/FileInputStream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,6CAAwC;AACxC,qDAAgD;AAEhD;;;GAGG;AACH;IAAqC,mCAAW;IA4B9C,yBAAY,GAA8B;QAA1C,YACE,kBAAM,GAAG,CAAC,SAOX;QAnCD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,IAAI,CAAC;QAwB3D,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QAChC,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACpC,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;IACpC,CAAC;IACH,sBAAC;AAAD,CAAC,AArCD,CAAqC,qBAAW,GAqC/C;AArCY,0CAAe;AAuC5B,kBAAe,eAAe,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import Muxing from './Muxing';
|
|
2
2
|
import MuxingType from './MuxingType';
|
|
3
|
+
import PTSAlignMode from './PTSAlignMode';
|
|
3
4
|
/**
|
|
4
5
|
* @export
|
|
5
6
|
* @class Fmp4Muxing
|
|
@@ -10,7 +11,7 @@ export declare class Fmp4Muxing extends Muxing {
|
|
|
10
11
|
* @type {string}
|
|
11
12
|
* @memberof Fmp4Muxing
|
|
12
13
|
*/
|
|
13
|
-
type: MuxingType
|
|
14
|
+
readonly type: MuxingType;
|
|
14
15
|
/**
|
|
15
16
|
* Length of the fragments in seconds (required)
|
|
16
17
|
* @type {number}
|
|
@@ -53,6 +54,12 @@ export declare class Fmp4Muxing extends Muxing {
|
|
|
53
54
|
* @memberof Fmp4Muxing
|
|
54
55
|
*/
|
|
55
56
|
segmentsMuxed?: number;
|
|
57
|
+
/**
|
|
58
|
+
* Alignment mode for composition / presentation timestamps (CTS/PTS). Only applies to h.264 and h.265
|
|
59
|
+
* @type {PTSAlignMode}
|
|
60
|
+
* @memberof Fmp4Muxing
|
|
61
|
+
*/
|
|
62
|
+
ptsAlignMode?: PTSAlignMode;
|
|
56
63
|
constructor(obj?: Partial<Fmp4Muxing>);
|
|
57
64
|
}
|
|
58
65
|
export default Fmp4Muxing;
|
|
@@ -41,6 +41,7 @@ var Fmp4Muxing = /** @class */ (function (_super) {
|
|
|
41
41
|
_this.initSegmentNameTemplate = Mapper_1.map(obj.initSegmentNameTemplate);
|
|
42
42
|
_this.writeDurationPerSample = Mapper_1.map(obj.writeDurationPerSample);
|
|
43
43
|
_this.segmentsMuxed = Mapper_1.map(obj.segmentsMuxed);
|
|
44
|
+
_this.ptsAlignMode = Mapper_1.map(obj.ptsAlignMode);
|
|
44
45
|
return _this;
|
|
45
46
|
}
|
|
46
47
|
return Fmp4Muxing;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Fmp4Muxing.js","sourceRoot":"","sources":["../../src/models/Fmp4Muxing.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAG/C,mCAA8B;AAE9B,2CAAsC;
|
|
1
|
+
{"version":3,"file":"Fmp4Muxing.js","sourceRoot":"","sources":["../../src/models/Fmp4Muxing.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAG/C,mCAA8B;AAE9B,2CAAsC;AAItC;;;GAGG;AACH;IAAgC,8BAAM;IAgEpC,oBAAY,GAAyB;QAArC,YACE,kBAAM,GAAG,CAAC,SAYX;QA5ED;;;;WAIG;QACa,UAAI,GAAe,oBAAU,CAAC,IAAI,CAAC;QA4DjD,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,qBAAqB,GAAG,YAAG,CAAC,GAAG,CAAC,qBAAqB,CAAC,CAAC;QAC5D,KAAI,CAAC,eAAe,GAAG,YAAG,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;QAChD,KAAI,CAAC,uBAAuB,GAAG,YAAG,CAAC,GAAG,CAAC,uBAAuB,CAAC,CAAC;QAChE,KAAI,CAAC,sBAAsB,GAAG,YAAG,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;QAC9D,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;;IAC5C,CAAC;IACH,iBAAC;AAAD,CAAC,AA9ED,CAAgC,gBAAM,GA8ErC;AA9EY,gCAAU;AAgFvB,kBAAe,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FrameIdId3Tag.js","sourceRoot":"","sources":["../../src/models/FrameIdId3Tag.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,mCAA8B;AAE9B,2CAAsC;AAEtC;;;GAGG;AACH;IAAmC,iCAAM;IAsBvC,uBAAY,GAA4B;QAAxC,YACE,kBAAM,GAAG,CAAC,SAMX;QA5BD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"FrameIdId3Tag.js","sourceRoot":"","sources":["../../src/models/FrameIdId3Tag.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,mCAA8B;AAE9B,2CAAsC;AAEtC;;;GAGG;AACH;IAAmC,iCAAM;IAsBvC,uBAAY,GAA4B;QAAxC,YACE,kBAAM,GAAG,CAAC,SAMX;QA5BD;;;;WAIG;QACa,UAAI,GAAe,oBAAU,CAAC,QAAQ,CAAC;QAkBrD,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QAC5B,KAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;;IAClC,CAAC;IACH,oBAAC;AAAD,CAAC,AA9BD,CAAmC,gBAAM,GA8BxC;AA9BY,sCAAa;AAgC1B,kBAAe,aAAa,CAAC"}
|