interface ScteDashProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_mediapackagev2.CfnOriginEndpoint.ScteDashProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediapackagev2#CfnOriginEndpoint_ScteDashProperty |
![]() | software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.ScteDashProperty |
![]() | aws_cdk.aws_mediapackagev2.CfnOriginEndpoint.ScteDashProperty |
![]() | aws-cdk-lib » aws_mediapackagev2 » CfnOriginEndpoint » ScteDashProperty |
The SCTE configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediapackagev2 as mediapackagev2 } from 'aws-cdk-lib';
const scteDashProperty: mediapackagev2.CfnOriginEndpoint.ScteDashProperty = {
adMarkerDash: 'adMarkerDash',
};
Properties
Name | Type | Description |
---|---|---|
ad | string | Choose how ad markers are included in the packaged content. |
adMarkerDash?
Type:
string
(optional)
Choose how ad markers are included in the packaged content.
If you include ad markers in the content stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in the output.
Value description:
Binary
- The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full XML.XML
- The SCTE marker is expressed fully in XML.