Interface CfnOriginEndpointPropsMixin.IStartTagProperty
To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset.
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnOriginEndpointPropsMixin.IStartTagProperty
Syntax (vb)
Public Interface CfnOriginEndpointPropsMixin.IStartTagProperty
Remarks
When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins;
var startTagProperty = new StartTagProperty {
Precise = false,
TimeOffset = 123
};
Synopsis
Properties
| Precise | Specify the value for PRECISE within your EXT-X-START tag. |
| TimeOffset | Specify the value for TIME-OFFSET within your EXT-X-START tag. |
Properties
Precise
Specify the value for PRECISE within your EXT-X-START tag.
object? Precise { get; }
Property Value
Remarks
Leave blank, or choose false, to use the default value NO. Choose yes to use the value YES.
Type union: either bool or IResolvable
TimeOffset
Specify the value for TIME-OFFSET within your EXT-X-START tag.
double? TimeOffset { get; }
Property Value
Remarks
Enter a signed floating point value which, if positive, must be less than the configured manifest duration minus three times the configured segment target duration. If negative, the absolute value must be larger than three times the configured segment target duration, and the absolute value must be smaller than the configured manifest duration.