Interface CfnChannel.IAvailConfigurationProperty
The setup of ad avail handling in the output.
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAvailConfigurationProperty
Syntax (vb)
Public Interface IAvailConfigurationProperty
Remarks
The parent of this entity is EncoderSettings.
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.AWS.MediaLive;
var availConfigurationProperty = new AvailConfigurationProperty {
AvailSettings = new AvailSettingsProperty {
Esam = new EsamProperty {
AcquisitionPointId = "acquisitionPointId",
AdAvailOffset = 123,
PasswordParam = "passwordParam",
PoisEndpoint = "poisEndpoint",
Username = "username",
ZoneIdentity = "zoneIdentity"
},
Scte35SpliceInsert = new Scte35SpliceInsertProperty {
AdAvailOffset = 123,
NoRegionalBlackoutFlag = "noRegionalBlackoutFlag",
WebDeliveryAllowedFlag = "webDeliveryAllowedFlag"
},
Scte35TimeSignalApos = new Scte35TimeSignalAposProperty {
AdAvailOffset = 123,
NoRegionalBlackoutFlag = "noRegionalBlackoutFlag",
WebDeliveryAllowedFlag = "webDeliveryAllowedFlag"
}
},
Scte35SegmentationScope = "scte35SegmentationScope"
};
Synopsis
Properties
Avail |
The setup of ad avail handling in the output. |
Scte35Segmentation |
Properties
AvailSettings
The setup of ad avail handling in the output.
virtual object AvailSettings { get; }
Property Value
System.
Remarks
Scte35SegmentationScope
virtual string Scte35SegmentationScope { get; }
Property Value
System.