Class CfnMultiplexprogram.MultiplexProgramServiceDescriptorProperty
Transport stream service descriptor configuration for the Multiplex program.
Inherited Members
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMultiplexprogram.MultiplexProgramServiceDescriptorProperty : CfnMultiplexprogram.IMultiplexProgramServiceDescriptorProperty
Syntax (vb)
Public Class CfnMultiplexprogram.MultiplexProgramServiceDescriptorProperty Implements CfnMultiplexprogram.IMultiplexProgramServiceDescriptorProperty
Remarks
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 multiplexProgramServiceDescriptorProperty = new MultiplexProgramServiceDescriptorProperty {
ProviderName = "providerName",
ServiceName = "serviceName"
};
Synopsis
Constructors
MultiplexProgramServiceDescriptorProperty() | Transport stream service descriptor configuration for the Multiplex program. |
Properties
ProviderName | Name of the provider. |
ServiceName | Name of the service. |
Constructors
MultiplexProgramServiceDescriptorProperty()
Transport stream service descriptor configuration for the Multiplex program.
public MultiplexProgramServiceDescriptorProperty()
Remarks
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 multiplexProgramServiceDescriptorProperty = new MultiplexProgramServiceDescriptorProperty {
ProviderName = "providerName",
ServiceName = "serviceName"
};
Properties
ProviderName
Name of the provider.
public string ProviderName { get; set; }
Property Value
Remarks
ServiceName
Name of the service.
public string ServiceName { get; set; }