/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the medialive-2017-10-14.normal.json service model.
*/
using System;
using Amazon.Runtime;
namespace Amazon.MediaLive
{
///
/// Constants used for properties of type AacCodingMode.
///
public class AacCodingMode : ConstantClass
{
///
/// Constant AD_RECEIVER_MIX for AacCodingMode
///
public static readonly AacCodingMode AD_RECEIVER_MIX = new AacCodingMode("AD_RECEIVER_MIX");
///
/// Constant CODING_MODE_1_0 for AacCodingMode
///
public static readonly AacCodingMode CODING_MODE_1_0 = new AacCodingMode("CODING_MODE_1_0");
///
/// Constant CODING_MODE_1_1 for AacCodingMode
///
public static readonly AacCodingMode CODING_MODE_1_1 = new AacCodingMode("CODING_MODE_1_1");
///
/// Constant CODING_MODE_2_0 for AacCodingMode
///
public static readonly AacCodingMode CODING_MODE_2_0 = new AacCodingMode("CODING_MODE_2_0");
///
/// Constant CODING_MODE_5_1 for AacCodingMode
///
public static readonly AacCodingMode CODING_MODE_5_1 = new AacCodingMode("CODING_MODE_5_1");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AacCodingMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AacCodingMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AacCodingMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AacInputType.
///
public class AacInputType : ConstantClass
{
///
/// Constant BROADCASTER_MIXED_AD for AacInputType
///
public static readonly AacInputType BROADCASTER_MIXED_AD = new AacInputType("BROADCASTER_MIXED_AD");
///
/// Constant NORMAL for AacInputType
///
public static readonly AacInputType NORMAL = new AacInputType("NORMAL");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AacInputType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AacInputType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AacInputType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AacProfile.
///
public class AacProfile : ConstantClass
{
///
/// Constant HEV1 for AacProfile
///
public static readonly AacProfile HEV1 = new AacProfile("HEV1");
///
/// Constant HEV2 for AacProfile
///
public static readonly AacProfile HEV2 = new AacProfile("HEV2");
///
/// Constant LC for AacProfile
///
public static readonly AacProfile LC = new AacProfile("LC");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AacProfile(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AacProfile FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AacProfile(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AacRateControlMode.
///
public class AacRateControlMode : ConstantClass
{
///
/// Constant CBR for AacRateControlMode
///
public static readonly AacRateControlMode CBR = new AacRateControlMode("CBR");
///
/// Constant VBR for AacRateControlMode
///
public static readonly AacRateControlMode VBR = new AacRateControlMode("VBR");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AacRateControlMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AacRateControlMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AacRateControlMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AacRawFormat.
///
public class AacRawFormat : ConstantClass
{
///
/// Constant LATM_LOAS for AacRawFormat
///
public static readonly AacRawFormat LATM_LOAS = new AacRawFormat("LATM_LOAS");
///
/// Constant NONE for AacRawFormat
///
public static readonly AacRawFormat NONE = new AacRawFormat("NONE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AacRawFormat(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AacRawFormat FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AacRawFormat(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AacSpec.
///
public class AacSpec : ConstantClass
{
///
/// Constant MPEG2 for AacSpec
///
public static readonly AacSpec MPEG2 = new AacSpec("MPEG2");
///
/// Constant MPEG4 for AacSpec
///
public static readonly AacSpec MPEG4 = new AacSpec("MPEG4");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AacSpec(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AacSpec FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AacSpec(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AacVbrQuality.
///
public class AacVbrQuality : ConstantClass
{
///
/// Constant HIGH for AacVbrQuality
///
public static readonly AacVbrQuality HIGH = new AacVbrQuality("HIGH");
///
/// Constant LOW for AacVbrQuality
///
public static readonly AacVbrQuality LOW = new AacVbrQuality("LOW");
///
/// Constant MEDIUM_HIGH for AacVbrQuality
///
public static readonly AacVbrQuality MEDIUM_HIGH = new AacVbrQuality("MEDIUM_HIGH");
///
/// Constant MEDIUM_LOW for AacVbrQuality
///
public static readonly AacVbrQuality MEDIUM_LOW = new AacVbrQuality("MEDIUM_LOW");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AacVbrQuality(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AacVbrQuality FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AacVbrQuality(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Ac3BitstreamMode.
///
public class Ac3BitstreamMode : ConstantClass
{
///
/// Constant COMMENTARY for Ac3BitstreamMode
///
public static readonly Ac3BitstreamMode COMMENTARY = new Ac3BitstreamMode("COMMENTARY");
///
/// Constant COMPLETE_MAIN for Ac3BitstreamMode
///
public static readonly Ac3BitstreamMode COMPLETE_MAIN = new Ac3BitstreamMode("COMPLETE_MAIN");
///
/// Constant DIALOGUE for Ac3BitstreamMode
///
public static readonly Ac3BitstreamMode DIALOGUE = new Ac3BitstreamMode("DIALOGUE");
///
/// Constant EMERGENCY for Ac3BitstreamMode
///
public static readonly Ac3BitstreamMode EMERGENCY = new Ac3BitstreamMode("EMERGENCY");
///
/// Constant HEARING_IMPAIRED for Ac3BitstreamMode
///
public static readonly Ac3BitstreamMode HEARING_IMPAIRED = new Ac3BitstreamMode("HEARING_IMPAIRED");
///
/// Constant MUSIC_AND_EFFECTS for Ac3BitstreamMode
///
public static readonly Ac3BitstreamMode MUSIC_AND_EFFECTS = new Ac3BitstreamMode("MUSIC_AND_EFFECTS");
///
/// Constant VISUALLY_IMPAIRED for Ac3BitstreamMode
///
public static readonly Ac3BitstreamMode VISUALLY_IMPAIRED = new Ac3BitstreamMode("VISUALLY_IMPAIRED");
///
/// Constant VOICE_OVER for Ac3BitstreamMode
///
public static readonly Ac3BitstreamMode VOICE_OVER = new Ac3BitstreamMode("VOICE_OVER");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Ac3BitstreamMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Ac3BitstreamMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Ac3BitstreamMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Ac3CodingMode.
///
public class Ac3CodingMode : ConstantClass
{
///
/// Constant CODING_MODE_1_0 for Ac3CodingMode
///
public static readonly Ac3CodingMode CODING_MODE_1_0 = new Ac3CodingMode("CODING_MODE_1_0");
///
/// Constant CODING_MODE_1_1 for Ac3CodingMode
///
public static readonly Ac3CodingMode CODING_MODE_1_1 = new Ac3CodingMode("CODING_MODE_1_1");
///
/// Constant CODING_MODE_2_0 for Ac3CodingMode
///
public static readonly Ac3CodingMode CODING_MODE_2_0 = new Ac3CodingMode("CODING_MODE_2_0");
///
/// Constant CODING_MODE_3_2_LFE for Ac3CodingMode
///
public static readonly Ac3CodingMode CODING_MODE_3_2_LFE = new Ac3CodingMode("CODING_MODE_3_2_LFE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Ac3CodingMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Ac3CodingMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Ac3CodingMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Ac3DrcProfile.
///
public class Ac3DrcProfile : ConstantClass
{
///
/// Constant FILM_STANDARD for Ac3DrcProfile
///
public static readonly Ac3DrcProfile FILM_STANDARD = new Ac3DrcProfile("FILM_STANDARD");
///
/// Constant NONE for Ac3DrcProfile
///
public static readonly Ac3DrcProfile NONE = new Ac3DrcProfile("NONE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Ac3DrcProfile(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Ac3DrcProfile FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Ac3DrcProfile(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Ac3LfeFilter.
///
public class Ac3LfeFilter : ConstantClass
{
///
/// Constant DISABLED for Ac3LfeFilter
///
public static readonly Ac3LfeFilter DISABLED = new Ac3LfeFilter("DISABLED");
///
/// Constant ENABLED for Ac3LfeFilter
///
public static readonly Ac3LfeFilter ENABLED = new Ac3LfeFilter("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Ac3LfeFilter(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Ac3LfeFilter FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Ac3LfeFilter(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Ac3MetadataControl.
///
public class Ac3MetadataControl : ConstantClass
{
///
/// Constant FOLLOW_INPUT for Ac3MetadataControl
///
public static readonly Ac3MetadataControl FOLLOW_INPUT = new Ac3MetadataControl("FOLLOW_INPUT");
///
/// Constant USE_CONFIGURED for Ac3MetadataControl
///
public static readonly Ac3MetadataControl USE_CONFIGURED = new Ac3MetadataControl("USE_CONFIGURED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Ac3MetadataControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Ac3MetadataControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Ac3MetadataControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AcceptHeader.
///
public class AcceptHeader : ConstantClass
{
///
/// Constant ImageJpeg for AcceptHeader
///
public static readonly AcceptHeader ImageJpeg = new AcceptHeader("image/jpeg");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AcceptHeader(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AcceptHeader FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AcceptHeader(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AccessibilityType.
///
public class AccessibilityType : ConstantClass
{
///
/// Constant DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES for AccessibilityType
///
public static readonly AccessibilityType DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES = new AccessibilityType("DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES");
///
/// Constant IMPLEMENTS_ACCESSIBILITY_FEATURES for AccessibilityType
///
public static readonly AccessibilityType IMPLEMENTS_ACCESSIBILITY_FEATURES = new AccessibilityType("IMPLEMENTS_ACCESSIBILITY_FEATURES");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AccessibilityType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AccessibilityType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AccessibilityType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AfdSignaling.
///
public class AfdSignaling : ConstantClass
{
///
/// Constant AUTO for AfdSignaling
///
public static readonly AfdSignaling AUTO = new AfdSignaling("AUTO");
///
/// Constant FIXED for AfdSignaling
///
public static readonly AfdSignaling FIXED = new AfdSignaling("FIXED");
///
/// Constant NONE for AfdSignaling
///
public static readonly AfdSignaling NONE = new AfdSignaling("NONE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AfdSignaling(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AfdSignaling FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AfdSignaling(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ArchiveS3LogUploads.
///
public class ArchiveS3LogUploads : ConstantClass
{
///
/// Constant DISABLED for ArchiveS3LogUploads
///
public static readonly ArchiveS3LogUploads DISABLED = new ArchiveS3LogUploads("DISABLED");
///
/// Constant ENABLED for ArchiveS3LogUploads
///
public static readonly ArchiveS3LogUploads ENABLED = new ArchiveS3LogUploads("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public ArchiveS3LogUploads(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ArchiveS3LogUploads FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ArchiveS3LogUploads(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AudioDescriptionAudioTypeControl.
///
public class AudioDescriptionAudioTypeControl : ConstantClass
{
///
/// Constant FOLLOW_INPUT for AudioDescriptionAudioTypeControl
///
public static readonly AudioDescriptionAudioTypeControl FOLLOW_INPUT = new AudioDescriptionAudioTypeControl("FOLLOW_INPUT");
///
/// Constant USE_CONFIGURED for AudioDescriptionAudioTypeControl
///
public static readonly AudioDescriptionAudioTypeControl USE_CONFIGURED = new AudioDescriptionAudioTypeControl("USE_CONFIGURED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AudioDescriptionAudioTypeControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AudioDescriptionAudioTypeControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AudioDescriptionAudioTypeControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AudioDescriptionLanguageCodeControl.
///
public class AudioDescriptionLanguageCodeControl : ConstantClass
{
///
/// Constant FOLLOW_INPUT for AudioDescriptionLanguageCodeControl
///
public static readonly AudioDescriptionLanguageCodeControl FOLLOW_INPUT = new AudioDescriptionLanguageCodeControl("FOLLOW_INPUT");
///
/// Constant USE_CONFIGURED for AudioDescriptionLanguageCodeControl
///
public static readonly AudioDescriptionLanguageCodeControl USE_CONFIGURED = new AudioDescriptionLanguageCodeControl("USE_CONFIGURED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AudioDescriptionLanguageCodeControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AudioDescriptionLanguageCodeControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AudioDescriptionLanguageCodeControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AudioLanguageSelectionPolicy.
///
public class AudioLanguageSelectionPolicy : ConstantClass
{
///
/// Constant LOOSE for AudioLanguageSelectionPolicy
///
public static readonly AudioLanguageSelectionPolicy LOOSE = new AudioLanguageSelectionPolicy("LOOSE");
///
/// Constant STRICT for AudioLanguageSelectionPolicy
///
public static readonly AudioLanguageSelectionPolicy STRICT = new AudioLanguageSelectionPolicy("STRICT");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AudioLanguageSelectionPolicy(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AudioLanguageSelectionPolicy FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AudioLanguageSelectionPolicy(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AudioNormalizationAlgorithm.
///
public class AudioNormalizationAlgorithm : ConstantClass
{
///
/// Constant ITU_1770_1 for AudioNormalizationAlgorithm
///
public static readonly AudioNormalizationAlgorithm ITU_1770_1 = new AudioNormalizationAlgorithm("ITU_1770_1");
///
/// Constant ITU_1770_2 for AudioNormalizationAlgorithm
///
public static readonly AudioNormalizationAlgorithm ITU_1770_2 = new AudioNormalizationAlgorithm("ITU_1770_2");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AudioNormalizationAlgorithm(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AudioNormalizationAlgorithm FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AudioNormalizationAlgorithm(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AudioNormalizationAlgorithmControl.
///
public class AudioNormalizationAlgorithmControl : ConstantClass
{
///
/// Constant CORRECT_AUDIO for AudioNormalizationAlgorithmControl
///
public static readonly AudioNormalizationAlgorithmControl CORRECT_AUDIO = new AudioNormalizationAlgorithmControl("CORRECT_AUDIO");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AudioNormalizationAlgorithmControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AudioNormalizationAlgorithmControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AudioNormalizationAlgorithmControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AudioOnlyHlsSegmentType.
///
public class AudioOnlyHlsSegmentType : ConstantClass
{
///
/// Constant AAC for AudioOnlyHlsSegmentType
///
public static readonly AudioOnlyHlsSegmentType AAC = new AudioOnlyHlsSegmentType("AAC");
///
/// Constant FMP4 for AudioOnlyHlsSegmentType
///
public static readonly AudioOnlyHlsSegmentType FMP4 = new AudioOnlyHlsSegmentType("FMP4");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AudioOnlyHlsSegmentType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AudioOnlyHlsSegmentType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AudioOnlyHlsSegmentType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AudioOnlyHlsTrackType.
///
public class AudioOnlyHlsTrackType : ConstantClass
{
///
/// Constant ALTERNATE_AUDIO_AUTO_SELECT for AudioOnlyHlsTrackType
///
public static readonly AudioOnlyHlsTrackType ALTERNATE_AUDIO_AUTO_SELECT = new AudioOnlyHlsTrackType("ALTERNATE_AUDIO_AUTO_SELECT");
///
/// Constant ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT for AudioOnlyHlsTrackType
///
public static readonly AudioOnlyHlsTrackType ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT = new AudioOnlyHlsTrackType("ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT");
///
/// Constant ALTERNATE_AUDIO_NOT_AUTO_SELECT for AudioOnlyHlsTrackType
///
public static readonly AudioOnlyHlsTrackType ALTERNATE_AUDIO_NOT_AUTO_SELECT = new AudioOnlyHlsTrackType("ALTERNATE_AUDIO_NOT_AUTO_SELECT");
///
/// Constant AUDIO_ONLY_VARIANT_STREAM for AudioOnlyHlsTrackType
///
public static readonly AudioOnlyHlsTrackType AUDIO_ONLY_VARIANT_STREAM = new AudioOnlyHlsTrackType("AUDIO_ONLY_VARIANT_STREAM");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AudioOnlyHlsTrackType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AudioOnlyHlsTrackType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AudioOnlyHlsTrackType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AudioType.
///
public class AudioType : ConstantClass
{
///
/// Constant CLEAN_EFFECTS for AudioType
///
public static readonly AudioType CLEAN_EFFECTS = new AudioType("CLEAN_EFFECTS");
///
/// Constant HEARING_IMPAIRED for AudioType
///
public static readonly AudioType HEARING_IMPAIRED = new AudioType("HEARING_IMPAIRED");
///
/// Constant UNDEFINED for AudioType
///
public static readonly AudioType UNDEFINED = new AudioType("UNDEFINED");
///
/// Constant VISUAL_IMPAIRED_COMMENTARY for AudioType
///
public static readonly AudioType VISUAL_IMPAIRED_COMMENTARY = new AudioType("VISUAL_IMPAIRED_COMMENTARY");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AudioType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AudioType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AudioType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AuthenticationScheme.
///
public class AuthenticationScheme : ConstantClass
{
///
/// Constant AKAMAI for AuthenticationScheme
///
public static readonly AuthenticationScheme AKAMAI = new AuthenticationScheme("AKAMAI");
///
/// Constant COMMON for AuthenticationScheme
///
public static readonly AuthenticationScheme COMMON = new AuthenticationScheme("COMMON");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AuthenticationScheme(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AuthenticationScheme FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AuthenticationScheme(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AvailBlankingState.
///
public class AvailBlankingState : ConstantClass
{
///
/// Constant DISABLED for AvailBlankingState
///
public static readonly AvailBlankingState DISABLED = new AvailBlankingState("DISABLED");
///
/// Constant ENABLED for AvailBlankingState
///
public static readonly AvailBlankingState ENABLED = new AvailBlankingState("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public AvailBlankingState(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AvailBlankingState FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AvailBlankingState(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type BlackoutSlateNetworkEndBlackout.
///
public class BlackoutSlateNetworkEndBlackout : ConstantClass
{
///
/// Constant DISABLED for BlackoutSlateNetworkEndBlackout
///
public static readonly BlackoutSlateNetworkEndBlackout DISABLED = new BlackoutSlateNetworkEndBlackout("DISABLED");
///
/// Constant ENABLED for BlackoutSlateNetworkEndBlackout
///
public static readonly BlackoutSlateNetworkEndBlackout ENABLED = new BlackoutSlateNetworkEndBlackout("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public BlackoutSlateNetworkEndBlackout(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static BlackoutSlateNetworkEndBlackout FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator BlackoutSlateNetworkEndBlackout(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type BlackoutSlateState.
///
public class BlackoutSlateState : ConstantClass
{
///
/// Constant DISABLED for BlackoutSlateState
///
public static readonly BlackoutSlateState DISABLED = new BlackoutSlateState("DISABLED");
///
/// Constant ENABLED for BlackoutSlateState
///
public static readonly BlackoutSlateState ENABLED = new BlackoutSlateState("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public BlackoutSlateState(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static BlackoutSlateState FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator BlackoutSlateState(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type BurnInAlignment.
///
public class BurnInAlignment : ConstantClass
{
///
/// Constant CENTERED for BurnInAlignment
///
public static readonly BurnInAlignment CENTERED = new BurnInAlignment("CENTERED");
///
/// Constant LEFT for BurnInAlignment
///
public static readonly BurnInAlignment LEFT = new BurnInAlignment("LEFT");
///
/// Constant SMART for BurnInAlignment
///
public static readonly BurnInAlignment SMART = new BurnInAlignment("SMART");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public BurnInAlignment(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static BurnInAlignment FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator BurnInAlignment(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type BurnInBackgroundColor.
///
public class BurnInBackgroundColor : ConstantClass
{
///
/// Constant BLACK for BurnInBackgroundColor
///
public static readonly BurnInBackgroundColor BLACK = new BurnInBackgroundColor("BLACK");
///
/// Constant NONE for BurnInBackgroundColor
///
public static readonly BurnInBackgroundColor NONE = new BurnInBackgroundColor("NONE");
///
/// Constant WHITE for BurnInBackgroundColor
///
public static readonly BurnInBackgroundColor WHITE = new BurnInBackgroundColor("WHITE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public BurnInBackgroundColor(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static BurnInBackgroundColor FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator BurnInBackgroundColor(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type BurnInFontColor.
///
public class BurnInFontColor : ConstantClass
{
///
/// Constant BLACK for BurnInFontColor
///
public static readonly BurnInFontColor BLACK = new BurnInFontColor("BLACK");
///
/// Constant BLUE for BurnInFontColor
///
public static readonly BurnInFontColor BLUE = new BurnInFontColor("BLUE");
///
/// Constant GREEN for BurnInFontColor
///
public static readonly BurnInFontColor GREEN = new BurnInFontColor("GREEN");
///
/// Constant RED for BurnInFontColor
///
public static readonly BurnInFontColor RED = new BurnInFontColor("RED");
///
/// Constant WHITE for BurnInFontColor
///
public static readonly BurnInFontColor WHITE = new BurnInFontColor("WHITE");
///
/// Constant YELLOW for BurnInFontColor
///
public static readonly BurnInFontColor YELLOW = new BurnInFontColor("YELLOW");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public BurnInFontColor(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static BurnInFontColor FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator BurnInFontColor(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type BurnInOutlineColor.
///
public class BurnInOutlineColor : ConstantClass
{
///
/// Constant BLACK for BurnInOutlineColor
///
public static readonly BurnInOutlineColor BLACK = new BurnInOutlineColor("BLACK");
///
/// Constant BLUE for BurnInOutlineColor
///
public static readonly BurnInOutlineColor BLUE = new BurnInOutlineColor("BLUE");
///
/// Constant GREEN for BurnInOutlineColor
///
public static readonly BurnInOutlineColor GREEN = new BurnInOutlineColor("GREEN");
///
/// Constant RED for BurnInOutlineColor
///
public static readonly BurnInOutlineColor RED = new BurnInOutlineColor("RED");
///
/// Constant WHITE for BurnInOutlineColor
///
public static readonly BurnInOutlineColor WHITE = new BurnInOutlineColor("WHITE");
///
/// Constant YELLOW for BurnInOutlineColor
///
public static readonly BurnInOutlineColor YELLOW = new BurnInOutlineColor("YELLOW");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public BurnInOutlineColor(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static BurnInOutlineColor FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator BurnInOutlineColor(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type BurnInShadowColor.
///
public class BurnInShadowColor : ConstantClass
{
///
/// Constant BLACK for BurnInShadowColor
///
public static readonly BurnInShadowColor BLACK = new BurnInShadowColor("BLACK");
///
/// Constant NONE for BurnInShadowColor
///
public static readonly BurnInShadowColor NONE = new BurnInShadowColor("NONE");
///
/// Constant WHITE for BurnInShadowColor
///
public static readonly BurnInShadowColor WHITE = new BurnInShadowColor("WHITE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public BurnInShadowColor(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static BurnInShadowColor FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator BurnInShadowColor(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type BurnInTeletextGridControl.
///
public class BurnInTeletextGridControl : ConstantClass
{
///
/// Constant FIXED for BurnInTeletextGridControl
///
public static readonly BurnInTeletextGridControl FIXED = new BurnInTeletextGridControl("FIXED");
///
/// Constant SCALED for BurnInTeletextGridControl
///
public static readonly BurnInTeletextGridControl SCALED = new BurnInTeletextGridControl("SCALED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public BurnInTeletextGridControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static BurnInTeletextGridControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator BurnInTeletextGridControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type CdiInputResolution.
///
public class CdiInputResolution : ConstantClass
{
///
/// Constant FHD for CdiInputResolution
///
public static readonly CdiInputResolution FHD = new CdiInputResolution("FHD");
///
/// Constant HD for CdiInputResolution
///
public static readonly CdiInputResolution HD = new CdiInputResolution("HD");
///
/// Constant SD for CdiInputResolution
///
public static readonly CdiInputResolution SD = new CdiInputResolution("SD");
///
/// Constant UHD for CdiInputResolution
///
public static readonly CdiInputResolution UHD = new CdiInputResolution("UHD");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public CdiInputResolution(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static CdiInputResolution FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator CdiInputResolution(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ChannelClass.
///
public class ChannelClass : ConstantClass
{
///
/// Constant SINGLE_PIPELINE for ChannelClass
///
public static readonly ChannelClass SINGLE_PIPELINE = new ChannelClass("SINGLE_PIPELINE");
///
/// Constant STANDARD for ChannelClass
///
public static readonly ChannelClass STANDARD = new ChannelClass("STANDARD");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public ChannelClass(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ChannelClass FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ChannelClass(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ChannelState.
///
public class ChannelState : ConstantClass
{
///
/// Constant CREATE_FAILED for ChannelState
///
public static readonly ChannelState CREATE_FAILED = new ChannelState("CREATE_FAILED");
///
/// Constant CREATING for ChannelState
///
public static readonly ChannelState CREATING = new ChannelState("CREATING");
///
/// Constant DELETED for ChannelState
///
public static readonly ChannelState DELETED = new ChannelState("DELETED");
///
/// Constant DELETING for ChannelState
///
public static readonly ChannelState DELETING = new ChannelState("DELETING");
///
/// Constant IDLE for ChannelState
///
public static readonly ChannelState IDLE = new ChannelState("IDLE");
///
/// Constant RECOVERING for ChannelState
///
public static readonly ChannelState RECOVERING = new ChannelState("RECOVERING");
///
/// Constant RUNNING for ChannelState
///
public static readonly ChannelState RUNNING = new ChannelState("RUNNING");
///
/// Constant STARTING for ChannelState
///
public static readonly ChannelState STARTING = new ChannelState("STARTING");
///
/// Constant STOPPING for ChannelState
///
public static readonly ChannelState STOPPING = new ChannelState("STOPPING");
///
/// Constant UPDATE_FAILED for ChannelState
///
public static readonly ChannelState UPDATE_FAILED = new ChannelState("UPDATE_FAILED");
///
/// Constant UPDATING for ChannelState
///
public static readonly ChannelState UPDATING = new ChannelState("UPDATING");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public ChannelState(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ChannelState FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ChannelState(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ContentType.
///
public class ContentType : ConstantClass
{
///
/// Constant ImageJpeg for ContentType
///
public static readonly ContentType ImageJpeg = new ContentType("image/jpeg");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public ContentType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ContentType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ContentType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DeviceSettingsSyncState.
///
public class DeviceSettingsSyncState : ConstantClass
{
///
/// Constant SYNCED for DeviceSettingsSyncState
///
public static readonly DeviceSettingsSyncState SYNCED = new DeviceSettingsSyncState("SYNCED");
///
/// Constant SYNCING for DeviceSettingsSyncState
///
public static readonly DeviceSettingsSyncState SYNCING = new DeviceSettingsSyncState("SYNCING");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public DeviceSettingsSyncState(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static DeviceSettingsSyncState FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator DeviceSettingsSyncState(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DeviceUpdateStatus.
///
public class DeviceUpdateStatus : ConstantClass
{
///
/// Constant NOT_UP_TO_DATE for DeviceUpdateStatus
///
public static readonly DeviceUpdateStatus NOT_UP_TO_DATE = new DeviceUpdateStatus("NOT_UP_TO_DATE");
///
/// Constant UP_TO_DATE for DeviceUpdateStatus
///
public static readonly DeviceUpdateStatus UP_TO_DATE = new DeviceUpdateStatus("UP_TO_DATE");
///
/// Constant UPDATING for DeviceUpdateStatus
///
public static readonly DeviceUpdateStatus UPDATING = new DeviceUpdateStatus("UPDATING");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public DeviceUpdateStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static DeviceUpdateStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator DeviceUpdateStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DolbyEProgramSelection.
///
public class DolbyEProgramSelection : ConstantClass
{
///
/// Constant ALL_CHANNELS for DolbyEProgramSelection
///
public static readonly DolbyEProgramSelection ALL_CHANNELS = new DolbyEProgramSelection("ALL_CHANNELS");
///
/// Constant PROGRAM_1 for DolbyEProgramSelection
///
public static readonly DolbyEProgramSelection PROGRAM_1 = new DolbyEProgramSelection("PROGRAM_1");
///
/// Constant PROGRAM_2 for DolbyEProgramSelection
///
public static readonly DolbyEProgramSelection PROGRAM_2 = new DolbyEProgramSelection("PROGRAM_2");
///
/// Constant PROGRAM_3 for DolbyEProgramSelection
///
public static readonly DolbyEProgramSelection PROGRAM_3 = new DolbyEProgramSelection("PROGRAM_3");
///
/// Constant PROGRAM_4 for DolbyEProgramSelection
///
public static readonly DolbyEProgramSelection PROGRAM_4 = new DolbyEProgramSelection("PROGRAM_4");
///
/// Constant PROGRAM_5 for DolbyEProgramSelection
///
public static readonly DolbyEProgramSelection PROGRAM_5 = new DolbyEProgramSelection("PROGRAM_5");
///
/// Constant PROGRAM_6 for DolbyEProgramSelection
///
public static readonly DolbyEProgramSelection PROGRAM_6 = new DolbyEProgramSelection("PROGRAM_6");
///
/// Constant PROGRAM_7 for DolbyEProgramSelection
///
public static readonly DolbyEProgramSelection PROGRAM_7 = new DolbyEProgramSelection("PROGRAM_7");
///
/// Constant PROGRAM_8 for DolbyEProgramSelection
///
public static readonly DolbyEProgramSelection PROGRAM_8 = new DolbyEProgramSelection("PROGRAM_8");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public DolbyEProgramSelection(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static DolbyEProgramSelection FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator DolbyEProgramSelection(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DvbSdtOutputSdt.
///
public class DvbSdtOutputSdt : ConstantClass
{
///
/// Constant SDT_FOLLOW for DvbSdtOutputSdt
///
public static readonly DvbSdtOutputSdt SDT_FOLLOW = new DvbSdtOutputSdt("SDT_FOLLOW");
///
/// Constant SDT_FOLLOW_IF_PRESENT for DvbSdtOutputSdt
///
public static readonly DvbSdtOutputSdt SDT_FOLLOW_IF_PRESENT = new DvbSdtOutputSdt("SDT_FOLLOW_IF_PRESENT");
///
/// Constant SDT_MANUAL for DvbSdtOutputSdt
///
public static readonly DvbSdtOutputSdt SDT_MANUAL = new DvbSdtOutputSdt("SDT_MANUAL");
///
/// Constant SDT_NONE for DvbSdtOutputSdt
///
public static readonly DvbSdtOutputSdt SDT_NONE = new DvbSdtOutputSdt("SDT_NONE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public DvbSdtOutputSdt(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static DvbSdtOutputSdt FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator DvbSdtOutputSdt(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DvbSubDestinationAlignment.
///
public class DvbSubDestinationAlignment : ConstantClass
{
///
/// Constant CENTERED for DvbSubDestinationAlignment
///
public static readonly DvbSubDestinationAlignment CENTERED = new DvbSubDestinationAlignment("CENTERED");
///
/// Constant LEFT for DvbSubDestinationAlignment
///
public static readonly DvbSubDestinationAlignment LEFT = new DvbSubDestinationAlignment("LEFT");
///
/// Constant SMART for DvbSubDestinationAlignment
///
public static readonly DvbSubDestinationAlignment SMART = new DvbSubDestinationAlignment("SMART");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public DvbSubDestinationAlignment(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static DvbSubDestinationAlignment FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator DvbSubDestinationAlignment(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DvbSubDestinationBackgroundColor.
///
public class DvbSubDestinationBackgroundColor : ConstantClass
{
///
/// Constant BLACK for DvbSubDestinationBackgroundColor
///
public static readonly DvbSubDestinationBackgroundColor BLACK = new DvbSubDestinationBackgroundColor("BLACK");
///
/// Constant NONE for DvbSubDestinationBackgroundColor
///
public static readonly DvbSubDestinationBackgroundColor NONE = new DvbSubDestinationBackgroundColor("NONE");
///
/// Constant WHITE for DvbSubDestinationBackgroundColor
///
public static readonly DvbSubDestinationBackgroundColor WHITE = new DvbSubDestinationBackgroundColor("WHITE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public DvbSubDestinationBackgroundColor(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static DvbSubDestinationBackgroundColor FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator DvbSubDestinationBackgroundColor(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DvbSubDestinationFontColor.
///
public class DvbSubDestinationFontColor : ConstantClass
{
///
/// Constant BLACK for DvbSubDestinationFontColor
///
public static readonly DvbSubDestinationFontColor BLACK = new DvbSubDestinationFontColor("BLACK");
///
/// Constant BLUE for DvbSubDestinationFontColor
///
public static readonly DvbSubDestinationFontColor BLUE = new DvbSubDestinationFontColor("BLUE");
///
/// Constant GREEN for DvbSubDestinationFontColor
///
public static readonly DvbSubDestinationFontColor GREEN = new DvbSubDestinationFontColor("GREEN");
///
/// Constant RED for DvbSubDestinationFontColor
///
public static readonly DvbSubDestinationFontColor RED = new DvbSubDestinationFontColor("RED");
///
/// Constant WHITE for DvbSubDestinationFontColor
///
public static readonly DvbSubDestinationFontColor WHITE = new DvbSubDestinationFontColor("WHITE");
///
/// Constant YELLOW for DvbSubDestinationFontColor
///
public static readonly DvbSubDestinationFontColor YELLOW = new DvbSubDestinationFontColor("YELLOW");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public DvbSubDestinationFontColor(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static DvbSubDestinationFontColor FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator DvbSubDestinationFontColor(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DvbSubDestinationOutlineColor.
///
public class DvbSubDestinationOutlineColor : ConstantClass
{
///
/// Constant BLACK for DvbSubDestinationOutlineColor
///
public static readonly DvbSubDestinationOutlineColor BLACK = new DvbSubDestinationOutlineColor("BLACK");
///
/// Constant BLUE for DvbSubDestinationOutlineColor
///
public static readonly DvbSubDestinationOutlineColor BLUE = new DvbSubDestinationOutlineColor("BLUE");
///
/// Constant GREEN for DvbSubDestinationOutlineColor
///
public static readonly DvbSubDestinationOutlineColor GREEN = new DvbSubDestinationOutlineColor("GREEN");
///
/// Constant RED for DvbSubDestinationOutlineColor
///
public static readonly DvbSubDestinationOutlineColor RED = new DvbSubDestinationOutlineColor("RED");
///
/// Constant WHITE for DvbSubDestinationOutlineColor
///
public static readonly DvbSubDestinationOutlineColor WHITE = new DvbSubDestinationOutlineColor("WHITE");
///
/// Constant YELLOW for DvbSubDestinationOutlineColor
///
public static readonly DvbSubDestinationOutlineColor YELLOW = new DvbSubDestinationOutlineColor("YELLOW");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public DvbSubDestinationOutlineColor(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static DvbSubDestinationOutlineColor FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator DvbSubDestinationOutlineColor(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DvbSubDestinationShadowColor.
///
public class DvbSubDestinationShadowColor : ConstantClass
{
///
/// Constant BLACK for DvbSubDestinationShadowColor
///
public static readonly DvbSubDestinationShadowColor BLACK = new DvbSubDestinationShadowColor("BLACK");
///
/// Constant NONE for DvbSubDestinationShadowColor
///
public static readonly DvbSubDestinationShadowColor NONE = new DvbSubDestinationShadowColor("NONE");
///
/// Constant WHITE for DvbSubDestinationShadowColor
///
public static readonly DvbSubDestinationShadowColor WHITE = new DvbSubDestinationShadowColor("WHITE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public DvbSubDestinationShadowColor(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static DvbSubDestinationShadowColor FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator DvbSubDestinationShadowColor(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DvbSubDestinationTeletextGridControl.
///
public class DvbSubDestinationTeletextGridControl : ConstantClass
{
///
/// Constant FIXED for DvbSubDestinationTeletextGridControl
///
public static readonly DvbSubDestinationTeletextGridControl FIXED = new DvbSubDestinationTeletextGridControl("FIXED");
///
/// Constant SCALED for DvbSubDestinationTeletextGridControl
///
public static readonly DvbSubDestinationTeletextGridControl SCALED = new DvbSubDestinationTeletextGridControl("SCALED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public DvbSubDestinationTeletextGridControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static DvbSubDestinationTeletextGridControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator DvbSubDestinationTeletextGridControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DvbSubOcrLanguage.
///
public class DvbSubOcrLanguage : ConstantClass
{
///
/// Constant DEU for DvbSubOcrLanguage
///
public static readonly DvbSubOcrLanguage DEU = new DvbSubOcrLanguage("DEU");
///
/// Constant ENG for DvbSubOcrLanguage
///
public static readonly DvbSubOcrLanguage ENG = new DvbSubOcrLanguage("ENG");
///
/// Constant FRA for DvbSubOcrLanguage
///
public static readonly DvbSubOcrLanguage FRA = new DvbSubOcrLanguage("FRA");
///
/// Constant NLD for DvbSubOcrLanguage
///
public static readonly DvbSubOcrLanguage NLD = new DvbSubOcrLanguage("NLD");
///
/// Constant POR for DvbSubOcrLanguage
///
public static readonly DvbSubOcrLanguage POR = new DvbSubOcrLanguage("POR");
///
/// Constant SPA for DvbSubOcrLanguage
///
public static readonly DvbSubOcrLanguage SPA = new DvbSubOcrLanguage("SPA");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public DvbSubOcrLanguage(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static DvbSubOcrLanguage FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator DvbSubOcrLanguage(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Eac3AtmosCodingMode.
///
public class Eac3AtmosCodingMode : ConstantClass
{
///
/// Constant CODING_MODE_5_1_4 for Eac3AtmosCodingMode
///
public static readonly Eac3AtmosCodingMode CODING_MODE_5_1_4 = new Eac3AtmosCodingMode("CODING_MODE_5_1_4");
///
/// Constant CODING_MODE_7_1_4 for Eac3AtmosCodingMode
///
public static readonly Eac3AtmosCodingMode CODING_MODE_7_1_4 = new Eac3AtmosCodingMode("CODING_MODE_7_1_4");
///
/// Constant CODING_MODE_9_1_6 for Eac3AtmosCodingMode
///
public static readonly Eac3AtmosCodingMode CODING_MODE_9_1_6 = new Eac3AtmosCodingMode("CODING_MODE_9_1_6");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Eac3AtmosCodingMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Eac3AtmosCodingMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Eac3AtmosCodingMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Eac3AtmosDrcLine.
///
public class Eac3AtmosDrcLine : ConstantClass
{
///
/// Constant FILM_LIGHT for Eac3AtmosDrcLine
///
public static readonly Eac3AtmosDrcLine FILM_LIGHT = new Eac3AtmosDrcLine("FILM_LIGHT");
///
/// Constant FILM_STANDARD for Eac3AtmosDrcLine
///
public static readonly Eac3AtmosDrcLine FILM_STANDARD = new Eac3AtmosDrcLine("FILM_STANDARD");
///
/// Constant MUSIC_LIGHT for Eac3AtmosDrcLine
///
public static readonly Eac3AtmosDrcLine MUSIC_LIGHT = new Eac3AtmosDrcLine("MUSIC_LIGHT");
///
/// Constant MUSIC_STANDARD for Eac3AtmosDrcLine
///
public static readonly Eac3AtmosDrcLine MUSIC_STANDARD = new Eac3AtmosDrcLine("MUSIC_STANDARD");
///
/// Constant NONE for Eac3AtmosDrcLine
///
public static readonly Eac3AtmosDrcLine NONE = new Eac3AtmosDrcLine("NONE");
///
/// Constant SPEECH for Eac3AtmosDrcLine
///
public static readonly Eac3AtmosDrcLine SPEECH = new Eac3AtmosDrcLine("SPEECH");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Eac3AtmosDrcLine(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Eac3AtmosDrcLine FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Eac3AtmosDrcLine(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Eac3AtmosDrcRf.
///
public class Eac3AtmosDrcRf : ConstantClass
{
///
/// Constant FILM_LIGHT for Eac3AtmosDrcRf
///
public static readonly Eac3AtmosDrcRf FILM_LIGHT = new Eac3AtmosDrcRf("FILM_LIGHT");
///
/// Constant FILM_STANDARD for Eac3AtmosDrcRf
///
public static readonly Eac3AtmosDrcRf FILM_STANDARD = new Eac3AtmosDrcRf("FILM_STANDARD");
///
/// Constant MUSIC_LIGHT for Eac3AtmosDrcRf
///
public static readonly Eac3AtmosDrcRf MUSIC_LIGHT = new Eac3AtmosDrcRf("MUSIC_LIGHT");
///
/// Constant MUSIC_STANDARD for Eac3AtmosDrcRf
///
public static readonly Eac3AtmosDrcRf MUSIC_STANDARD = new Eac3AtmosDrcRf("MUSIC_STANDARD");
///
/// Constant NONE for Eac3AtmosDrcRf
///
public static readonly Eac3AtmosDrcRf NONE = new Eac3AtmosDrcRf("NONE");
///
/// Constant SPEECH for Eac3AtmosDrcRf
///
public static readonly Eac3AtmosDrcRf SPEECH = new Eac3AtmosDrcRf("SPEECH");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Eac3AtmosDrcRf(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Eac3AtmosDrcRf FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Eac3AtmosDrcRf(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Eac3AttenuationControl.
///
public class Eac3AttenuationControl : ConstantClass
{
///
/// Constant ATTENUATE_3_DB for Eac3AttenuationControl
///
public static readonly Eac3AttenuationControl ATTENUATE_3_DB = new Eac3AttenuationControl("ATTENUATE_3_DB");
///
/// Constant NONE for Eac3AttenuationControl
///
public static readonly Eac3AttenuationControl NONE = new Eac3AttenuationControl("NONE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Eac3AttenuationControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Eac3AttenuationControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Eac3AttenuationControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Eac3BitstreamMode.
///
public class Eac3BitstreamMode : ConstantClass
{
///
/// Constant COMMENTARY for Eac3BitstreamMode
///
public static readonly Eac3BitstreamMode COMMENTARY = new Eac3BitstreamMode("COMMENTARY");
///
/// Constant COMPLETE_MAIN for Eac3BitstreamMode
///
public static readonly Eac3BitstreamMode COMPLETE_MAIN = new Eac3BitstreamMode("COMPLETE_MAIN");
///
/// Constant EMERGENCY for Eac3BitstreamMode
///
public static readonly Eac3BitstreamMode EMERGENCY = new Eac3BitstreamMode("EMERGENCY");
///
/// Constant HEARING_IMPAIRED for Eac3BitstreamMode
///
public static readonly Eac3BitstreamMode HEARING_IMPAIRED = new Eac3BitstreamMode("HEARING_IMPAIRED");
///
/// Constant VISUALLY_IMPAIRED for Eac3BitstreamMode
///
public static readonly Eac3BitstreamMode VISUALLY_IMPAIRED = new Eac3BitstreamMode("VISUALLY_IMPAIRED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Eac3BitstreamMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Eac3BitstreamMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Eac3BitstreamMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Eac3CodingMode.
///
public class Eac3CodingMode : ConstantClass
{
///
/// Constant CODING_MODE_1_0 for Eac3CodingMode
///
public static readonly Eac3CodingMode CODING_MODE_1_0 = new Eac3CodingMode("CODING_MODE_1_0");
///
/// Constant CODING_MODE_2_0 for Eac3CodingMode
///
public static readonly Eac3CodingMode CODING_MODE_2_0 = new Eac3CodingMode("CODING_MODE_2_0");
///
/// Constant CODING_MODE_3_2 for Eac3CodingMode
///
public static readonly Eac3CodingMode CODING_MODE_3_2 = new Eac3CodingMode("CODING_MODE_3_2");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Eac3CodingMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Eac3CodingMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Eac3CodingMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Eac3DcFilter.
///
public class Eac3DcFilter : ConstantClass
{
///
/// Constant DISABLED for Eac3DcFilter
///
public static readonly Eac3DcFilter DISABLED = new Eac3DcFilter("DISABLED");
///
/// Constant ENABLED for Eac3DcFilter
///
public static readonly Eac3DcFilter ENABLED = new Eac3DcFilter("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Eac3DcFilter(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Eac3DcFilter FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Eac3DcFilter(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Eac3DrcLine.
///
public class Eac3DrcLine : ConstantClass
{
///
/// Constant FILM_LIGHT for Eac3DrcLine
///
public static readonly Eac3DrcLine FILM_LIGHT = new Eac3DrcLine("FILM_LIGHT");
///
/// Constant FILM_STANDARD for Eac3DrcLine
///
public static readonly Eac3DrcLine FILM_STANDARD = new Eac3DrcLine("FILM_STANDARD");
///
/// Constant MUSIC_LIGHT for Eac3DrcLine
///
public static readonly Eac3DrcLine MUSIC_LIGHT = new Eac3DrcLine("MUSIC_LIGHT");
///
/// Constant MUSIC_STANDARD for Eac3DrcLine
///
public static readonly Eac3DrcLine MUSIC_STANDARD = new Eac3DrcLine("MUSIC_STANDARD");
///
/// Constant NONE for Eac3DrcLine
///
public static readonly Eac3DrcLine NONE = new Eac3DrcLine("NONE");
///
/// Constant SPEECH for Eac3DrcLine
///
public static readonly Eac3DrcLine SPEECH = new Eac3DrcLine("SPEECH");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Eac3DrcLine(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Eac3DrcLine FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Eac3DrcLine(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Eac3DrcRf.
///
public class Eac3DrcRf : ConstantClass
{
///
/// Constant FILM_LIGHT for Eac3DrcRf
///
public static readonly Eac3DrcRf FILM_LIGHT = new Eac3DrcRf("FILM_LIGHT");
///
/// Constant FILM_STANDARD for Eac3DrcRf
///
public static readonly Eac3DrcRf FILM_STANDARD = new Eac3DrcRf("FILM_STANDARD");
///
/// Constant MUSIC_LIGHT for Eac3DrcRf
///
public static readonly Eac3DrcRf MUSIC_LIGHT = new Eac3DrcRf("MUSIC_LIGHT");
///
/// Constant MUSIC_STANDARD for Eac3DrcRf
///
public static readonly Eac3DrcRf MUSIC_STANDARD = new Eac3DrcRf("MUSIC_STANDARD");
///
/// Constant NONE for Eac3DrcRf
///
public static readonly Eac3DrcRf NONE = new Eac3DrcRf("NONE");
///
/// Constant SPEECH for Eac3DrcRf
///
public static readonly Eac3DrcRf SPEECH = new Eac3DrcRf("SPEECH");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Eac3DrcRf(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Eac3DrcRf FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Eac3DrcRf(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Eac3LfeControl.
///
public class Eac3LfeControl : ConstantClass
{
///
/// Constant LFE for Eac3LfeControl
///
public static readonly Eac3LfeControl LFE = new Eac3LfeControl("LFE");
///
/// Constant NO_LFE for Eac3LfeControl
///
public static readonly Eac3LfeControl NO_LFE = new Eac3LfeControl("NO_LFE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Eac3LfeControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Eac3LfeControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Eac3LfeControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Eac3LfeFilter.
///
public class Eac3LfeFilter : ConstantClass
{
///
/// Constant DISABLED for Eac3LfeFilter
///
public static readonly Eac3LfeFilter DISABLED = new Eac3LfeFilter("DISABLED");
///
/// Constant ENABLED for Eac3LfeFilter
///
public static readonly Eac3LfeFilter ENABLED = new Eac3LfeFilter("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Eac3LfeFilter(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Eac3LfeFilter FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Eac3LfeFilter(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Eac3MetadataControl.
///
public class Eac3MetadataControl : ConstantClass
{
///
/// Constant FOLLOW_INPUT for Eac3MetadataControl
///
public static readonly Eac3MetadataControl FOLLOW_INPUT = new Eac3MetadataControl("FOLLOW_INPUT");
///
/// Constant USE_CONFIGURED for Eac3MetadataControl
///
public static readonly Eac3MetadataControl USE_CONFIGURED = new Eac3MetadataControl("USE_CONFIGURED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Eac3MetadataControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Eac3MetadataControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Eac3MetadataControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Eac3PassthroughControl.
///
public class Eac3PassthroughControl : ConstantClass
{
///
/// Constant NO_PASSTHROUGH for Eac3PassthroughControl
///
public static readonly Eac3PassthroughControl NO_PASSTHROUGH = new Eac3PassthroughControl("NO_PASSTHROUGH");
///
/// Constant WHEN_POSSIBLE for Eac3PassthroughControl
///
public static readonly Eac3PassthroughControl WHEN_POSSIBLE = new Eac3PassthroughControl("WHEN_POSSIBLE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Eac3PassthroughControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Eac3PassthroughControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Eac3PassthroughControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Eac3PhaseControl.
///
public class Eac3PhaseControl : ConstantClass
{
///
/// Constant NO_SHIFT for Eac3PhaseControl
///
public static readonly Eac3PhaseControl NO_SHIFT = new Eac3PhaseControl("NO_SHIFT");
///
/// Constant SHIFT_90_DEGREES for Eac3PhaseControl
///
public static readonly Eac3PhaseControl SHIFT_90_DEGREES = new Eac3PhaseControl("SHIFT_90_DEGREES");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Eac3PhaseControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Eac3PhaseControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Eac3PhaseControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Eac3StereoDownmix.
///
public class Eac3StereoDownmix : ConstantClass
{
///
/// Constant DPL2 for Eac3StereoDownmix
///
public static readonly Eac3StereoDownmix DPL2 = new Eac3StereoDownmix("DPL2");
///
/// Constant LO_RO for Eac3StereoDownmix
///
public static readonly Eac3StereoDownmix LO_RO = new Eac3StereoDownmix("LO_RO");
///
/// Constant LT_RT for Eac3StereoDownmix
///
public static readonly Eac3StereoDownmix LT_RT = new Eac3StereoDownmix("LT_RT");
///
/// Constant NOT_INDICATED for Eac3StereoDownmix
///
public static readonly Eac3StereoDownmix NOT_INDICATED = new Eac3StereoDownmix("NOT_INDICATED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Eac3StereoDownmix(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Eac3StereoDownmix FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Eac3StereoDownmix(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Eac3SurroundExMode.
///
public class Eac3SurroundExMode : ConstantClass
{
///
/// Constant DISABLED for Eac3SurroundExMode
///
public static readonly Eac3SurroundExMode DISABLED = new Eac3SurroundExMode("DISABLED");
///
/// Constant ENABLED for Eac3SurroundExMode
///
public static readonly Eac3SurroundExMode ENABLED = new Eac3SurroundExMode("ENABLED");
///
/// Constant NOT_INDICATED for Eac3SurroundExMode
///
public static readonly Eac3SurroundExMode NOT_INDICATED = new Eac3SurroundExMode("NOT_INDICATED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Eac3SurroundExMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Eac3SurroundExMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Eac3SurroundExMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Eac3SurroundMode.
///
public class Eac3SurroundMode : ConstantClass
{
///
/// Constant DISABLED for Eac3SurroundMode
///
public static readonly Eac3SurroundMode DISABLED = new Eac3SurroundMode("DISABLED");
///
/// Constant ENABLED for Eac3SurroundMode
///
public static readonly Eac3SurroundMode ENABLED = new Eac3SurroundMode("ENABLED");
///
/// Constant NOT_INDICATED for Eac3SurroundMode
///
public static readonly Eac3SurroundMode NOT_INDICATED = new Eac3SurroundMode("NOT_INDICATED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Eac3SurroundMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Eac3SurroundMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Eac3SurroundMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type EbuTtDDestinationStyleControl.
///
public class EbuTtDDestinationStyleControl : ConstantClass
{
///
/// Constant EXCLUDE for EbuTtDDestinationStyleControl
///
public static readonly EbuTtDDestinationStyleControl EXCLUDE = new EbuTtDDestinationStyleControl("EXCLUDE");
///
/// Constant INCLUDE for EbuTtDDestinationStyleControl
///
public static readonly EbuTtDDestinationStyleControl INCLUDE = new EbuTtDDestinationStyleControl("INCLUDE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public EbuTtDDestinationStyleControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static EbuTtDDestinationStyleControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator EbuTtDDestinationStyleControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type EbuTtDFillLineGapControl.
///
public class EbuTtDFillLineGapControl : ConstantClass
{
///
/// Constant DISABLED for EbuTtDFillLineGapControl
///
public static readonly EbuTtDFillLineGapControl DISABLED = new EbuTtDFillLineGapControl("DISABLED");
///
/// Constant ENABLED for EbuTtDFillLineGapControl
///
public static readonly EbuTtDFillLineGapControl ENABLED = new EbuTtDFillLineGapControl("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public EbuTtDFillLineGapControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static EbuTtDFillLineGapControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator EbuTtDFillLineGapControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type EmbeddedConvert608To708.
///
public class EmbeddedConvert608To708 : ConstantClass
{
///
/// Constant DISABLED for EmbeddedConvert608To708
///
public static readonly EmbeddedConvert608To708 DISABLED = new EmbeddedConvert608To708("DISABLED");
///
/// Constant UPCONVERT for EmbeddedConvert608To708
///
public static readonly EmbeddedConvert608To708 UPCONVERT = new EmbeddedConvert608To708("UPCONVERT");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public EmbeddedConvert608To708(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static EmbeddedConvert608To708 FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator EmbeddedConvert608To708(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type EmbeddedScte20Detection.
///
public class EmbeddedScte20Detection : ConstantClass
{
///
/// Constant AUTO for EmbeddedScte20Detection
///
public static readonly EmbeddedScte20Detection AUTO = new EmbeddedScte20Detection("AUTO");
///
/// Constant OFF for EmbeddedScte20Detection
///
public static readonly EmbeddedScte20Detection OFF = new EmbeddedScte20Detection("OFF");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public EmbeddedScte20Detection(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static EmbeddedScte20Detection FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator EmbeddedScte20Detection(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type FeatureActivationsInputPrepareScheduleActions.
///
public class FeatureActivationsInputPrepareScheduleActions : ConstantClass
{
///
/// Constant DISABLED for FeatureActivationsInputPrepareScheduleActions
///
public static readonly FeatureActivationsInputPrepareScheduleActions DISABLED = new FeatureActivationsInputPrepareScheduleActions("DISABLED");
///
/// Constant ENABLED for FeatureActivationsInputPrepareScheduleActions
///
public static readonly FeatureActivationsInputPrepareScheduleActions ENABLED = new FeatureActivationsInputPrepareScheduleActions("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public FeatureActivationsInputPrepareScheduleActions(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static FeatureActivationsInputPrepareScheduleActions FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator FeatureActivationsInputPrepareScheduleActions(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type FecOutputIncludeFec.
///
public class FecOutputIncludeFec : ConstantClass
{
///
/// Constant COLUMN for FecOutputIncludeFec
///
public static readonly FecOutputIncludeFec COLUMN = new FecOutputIncludeFec("COLUMN");
///
/// Constant COLUMN_AND_ROW for FecOutputIncludeFec
///
public static readonly FecOutputIncludeFec COLUMN_AND_ROW = new FecOutputIncludeFec("COLUMN_AND_ROW");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public FecOutputIncludeFec(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static FecOutputIncludeFec FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator FecOutputIncludeFec(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type FixedAfd.
///
public class FixedAfd : ConstantClass
{
///
/// Constant AFD_0000 for FixedAfd
///
public static readonly FixedAfd AFD_0000 = new FixedAfd("AFD_0000");
///
/// Constant AFD_0010 for FixedAfd
///
public static readonly FixedAfd AFD_0010 = new FixedAfd("AFD_0010");
///
/// Constant AFD_0011 for FixedAfd
///
public static readonly FixedAfd AFD_0011 = new FixedAfd("AFD_0011");
///
/// Constant AFD_0100 for FixedAfd
///
public static readonly FixedAfd AFD_0100 = new FixedAfd("AFD_0100");
///
/// Constant AFD_1000 for FixedAfd
///
public static readonly FixedAfd AFD_1000 = new FixedAfd("AFD_1000");
///
/// Constant AFD_1001 for FixedAfd
///
public static readonly FixedAfd AFD_1001 = new FixedAfd("AFD_1001");
///
/// Constant AFD_1010 for FixedAfd
///
public static readonly FixedAfd AFD_1010 = new FixedAfd("AFD_1010");
///
/// Constant AFD_1011 for FixedAfd
///
public static readonly FixedAfd AFD_1011 = new FixedAfd("AFD_1011");
///
/// Constant AFD_1101 for FixedAfd
///
public static readonly FixedAfd AFD_1101 = new FixedAfd("AFD_1101");
///
/// Constant AFD_1110 for FixedAfd
///
public static readonly FixedAfd AFD_1110 = new FixedAfd("AFD_1110");
///
/// Constant AFD_1111 for FixedAfd
///
public static readonly FixedAfd AFD_1111 = new FixedAfd("AFD_1111");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public FixedAfd(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static FixedAfd FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator FixedAfd(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Fmp4NielsenId3Behavior.
///
public class Fmp4NielsenId3Behavior : ConstantClass
{
///
/// Constant NO_PASSTHROUGH for Fmp4NielsenId3Behavior
///
public static readonly Fmp4NielsenId3Behavior NO_PASSTHROUGH = new Fmp4NielsenId3Behavior("NO_PASSTHROUGH");
///
/// Constant PASSTHROUGH for Fmp4NielsenId3Behavior
///
public static readonly Fmp4NielsenId3Behavior PASSTHROUGH = new Fmp4NielsenId3Behavior("PASSTHROUGH");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Fmp4NielsenId3Behavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Fmp4NielsenId3Behavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Fmp4NielsenId3Behavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Fmp4TimedMetadataBehavior.
///
public class Fmp4TimedMetadataBehavior : ConstantClass
{
///
/// Constant NO_PASSTHROUGH for Fmp4TimedMetadataBehavior
///
public static readonly Fmp4TimedMetadataBehavior NO_PASSTHROUGH = new Fmp4TimedMetadataBehavior("NO_PASSTHROUGH");
///
/// Constant PASSTHROUGH for Fmp4TimedMetadataBehavior
///
public static readonly Fmp4TimedMetadataBehavior PASSTHROUGH = new Fmp4TimedMetadataBehavior("PASSTHROUGH");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Fmp4TimedMetadataBehavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Fmp4TimedMetadataBehavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Fmp4TimedMetadataBehavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type FollowPoint.
///
public class FollowPoint : ConstantClass
{
///
/// Constant END for FollowPoint
///
public static readonly FollowPoint END = new FollowPoint("END");
///
/// Constant START for FollowPoint
///
public static readonly FollowPoint START = new FollowPoint("START");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public FollowPoint(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static FollowPoint FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator FollowPoint(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type FrameCaptureIntervalUnit.
///
public class FrameCaptureIntervalUnit : ConstantClass
{
///
/// Constant MILLISECONDS for FrameCaptureIntervalUnit
///
public static readonly FrameCaptureIntervalUnit MILLISECONDS = new FrameCaptureIntervalUnit("MILLISECONDS");
///
/// Constant SECONDS for FrameCaptureIntervalUnit
///
public static readonly FrameCaptureIntervalUnit SECONDS = new FrameCaptureIntervalUnit("SECONDS");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public FrameCaptureIntervalUnit(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static FrameCaptureIntervalUnit FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator FrameCaptureIntervalUnit(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type FrameCaptureS3LogUploads.
///
public class FrameCaptureS3LogUploads : ConstantClass
{
///
/// Constant DISABLED for FrameCaptureS3LogUploads
///
public static readonly FrameCaptureS3LogUploads DISABLED = new FrameCaptureS3LogUploads("DISABLED");
///
/// Constant ENABLED for FrameCaptureS3LogUploads
///
public static readonly FrameCaptureS3LogUploads ENABLED = new FrameCaptureS3LogUploads("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public FrameCaptureS3LogUploads(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static FrameCaptureS3LogUploads FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator FrameCaptureS3LogUploads(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type GlobalConfigurationInputEndAction.
///
public class GlobalConfigurationInputEndAction : ConstantClass
{
///
/// Constant NONE for GlobalConfigurationInputEndAction
///
public static readonly GlobalConfigurationInputEndAction NONE = new GlobalConfigurationInputEndAction("NONE");
///
/// Constant SWITCH_AND_LOOP_INPUTS for GlobalConfigurationInputEndAction
///
public static readonly GlobalConfigurationInputEndAction SWITCH_AND_LOOP_INPUTS = new GlobalConfigurationInputEndAction("SWITCH_AND_LOOP_INPUTS");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public GlobalConfigurationInputEndAction(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static GlobalConfigurationInputEndAction FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator GlobalConfigurationInputEndAction(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type GlobalConfigurationLowFramerateInputs.
///
public class GlobalConfigurationLowFramerateInputs : ConstantClass
{
///
/// Constant DISABLED for GlobalConfigurationLowFramerateInputs
///
public static readonly GlobalConfigurationLowFramerateInputs DISABLED = new GlobalConfigurationLowFramerateInputs("DISABLED");
///
/// Constant ENABLED for GlobalConfigurationLowFramerateInputs
///
public static readonly GlobalConfigurationLowFramerateInputs ENABLED = new GlobalConfigurationLowFramerateInputs("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public GlobalConfigurationLowFramerateInputs(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static GlobalConfigurationLowFramerateInputs FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator GlobalConfigurationLowFramerateInputs(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type GlobalConfigurationOutputLockingMode.
///
public class GlobalConfigurationOutputLockingMode : ConstantClass
{
///
/// Constant EPOCH_LOCKING for GlobalConfigurationOutputLockingMode
///
public static readonly GlobalConfigurationOutputLockingMode EPOCH_LOCKING = new GlobalConfigurationOutputLockingMode("EPOCH_LOCKING");
///
/// Constant PIPELINE_LOCKING for GlobalConfigurationOutputLockingMode
///
public static readonly GlobalConfigurationOutputLockingMode PIPELINE_LOCKING = new GlobalConfigurationOutputLockingMode("PIPELINE_LOCKING");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public GlobalConfigurationOutputLockingMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static GlobalConfigurationOutputLockingMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator GlobalConfigurationOutputLockingMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type GlobalConfigurationOutputTimingSource.
///
public class GlobalConfigurationOutputTimingSource : ConstantClass
{
///
/// Constant INPUT_CLOCK for GlobalConfigurationOutputTimingSource
///
public static readonly GlobalConfigurationOutputTimingSource INPUT_CLOCK = new GlobalConfigurationOutputTimingSource("INPUT_CLOCK");
///
/// Constant SYSTEM_CLOCK for GlobalConfigurationOutputTimingSource
///
public static readonly GlobalConfigurationOutputTimingSource SYSTEM_CLOCK = new GlobalConfigurationOutputTimingSource("SYSTEM_CLOCK");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public GlobalConfigurationOutputTimingSource(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static GlobalConfigurationOutputTimingSource FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator GlobalConfigurationOutputTimingSource(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264AdaptiveQuantization.
///
public class H264AdaptiveQuantization : ConstantClass
{
///
/// Constant AUTO for H264AdaptiveQuantization
///
public static readonly H264AdaptiveQuantization AUTO = new H264AdaptiveQuantization("AUTO");
///
/// Constant HIGH for H264AdaptiveQuantization
///
public static readonly H264AdaptiveQuantization HIGH = new H264AdaptiveQuantization("HIGH");
///
/// Constant HIGHER for H264AdaptiveQuantization
///
public static readonly H264AdaptiveQuantization HIGHER = new H264AdaptiveQuantization("HIGHER");
///
/// Constant LOW for H264AdaptiveQuantization
///
public static readonly H264AdaptiveQuantization LOW = new H264AdaptiveQuantization("LOW");
///
/// Constant MAX for H264AdaptiveQuantization
///
public static readonly H264AdaptiveQuantization MAX = new H264AdaptiveQuantization("MAX");
///
/// Constant MEDIUM for H264AdaptiveQuantization
///
public static readonly H264AdaptiveQuantization MEDIUM = new H264AdaptiveQuantization("MEDIUM");
///
/// Constant OFF for H264AdaptiveQuantization
///
public static readonly H264AdaptiveQuantization OFF = new H264AdaptiveQuantization("OFF");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264AdaptiveQuantization(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264AdaptiveQuantization FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264AdaptiveQuantization(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264ColorMetadata.
///
public class H264ColorMetadata : ConstantClass
{
///
/// Constant IGNORE for H264ColorMetadata
///
public static readonly H264ColorMetadata IGNORE = new H264ColorMetadata("IGNORE");
///
/// Constant INSERT for H264ColorMetadata
///
public static readonly H264ColorMetadata INSERT = new H264ColorMetadata("INSERT");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264ColorMetadata(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264ColorMetadata FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264ColorMetadata(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264EntropyEncoding.
///
public class H264EntropyEncoding : ConstantClass
{
///
/// Constant CABAC for H264EntropyEncoding
///
public static readonly H264EntropyEncoding CABAC = new H264EntropyEncoding("CABAC");
///
/// Constant CAVLC for H264EntropyEncoding
///
public static readonly H264EntropyEncoding CAVLC = new H264EntropyEncoding("CAVLC");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264EntropyEncoding(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264EntropyEncoding FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264EntropyEncoding(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264FlickerAq.
///
public class H264FlickerAq : ConstantClass
{
///
/// Constant DISABLED for H264FlickerAq
///
public static readonly H264FlickerAq DISABLED = new H264FlickerAq("DISABLED");
///
/// Constant ENABLED for H264FlickerAq
///
public static readonly H264FlickerAq ENABLED = new H264FlickerAq("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264FlickerAq(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264FlickerAq FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264FlickerAq(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264ForceFieldPictures.
///
public class H264ForceFieldPictures : ConstantClass
{
///
/// Constant DISABLED for H264ForceFieldPictures
///
public static readonly H264ForceFieldPictures DISABLED = new H264ForceFieldPictures("DISABLED");
///
/// Constant ENABLED for H264ForceFieldPictures
///
public static readonly H264ForceFieldPictures ENABLED = new H264ForceFieldPictures("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264ForceFieldPictures(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264ForceFieldPictures FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264ForceFieldPictures(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264FramerateControl.
///
public class H264FramerateControl : ConstantClass
{
///
/// Constant INITIALIZE_FROM_SOURCE for H264FramerateControl
///
public static readonly H264FramerateControl INITIALIZE_FROM_SOURCE = new H264FramerateControl("INITIALIZE_FROM_SOURCE");
///
/// Constant SPECIFIED for H264FramerateControl
///
public static readonly H264FramerateControl SPECIFIED = new H264FramerateControl("SPECIFIED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264FramerateControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264FramerateControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264FramerateControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264GopBReference.
///
public class H264GopBReference : ConstantClass
{
///
/// Constant DISABLED for H264GopBReference
///
public static readonly H264GopBReference DISABLED = new H264GopBReference("DISABLED");
///
/// Constant ENABLED for H264GopBReference
///
public static readonly H264GopBReference ENABLED = new H264GopBReference("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264GopBReference(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264GopBReference FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264GopBReference(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264GopSizeUnits.
///
public class H264GopSizeUnits : ConstantClass
{
///
/// Constant FRAMES for H264GopSizeUnits
///
public static readonly H264GopSizeUnits FRAMES = new H264GopSizeUnits("FRAMES");
///
/// Constant SECONDS for H264GopSizeUnits
///
public static readonly H264GopSizeUnits SECONDS = new H264GopSizeUnits("SECONDS");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264GopSizeUnits(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264GopSizeUnits FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264GopSizeUnits(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264Level.
///
public class H264Level : ConstantClass
{
///
/// Constant H264_LEVEL_1 for H264Level
///
public static readonly H264Level H264_LEVEL_1 = new H264Level("H264_LEVEL_1");
///
/// Constant H264_LEVEL_1_1 for H264Level
///
public static readonly H264Level H264_LEVEL_1_1 = new H264Level("H264_LEVEL_1_1");
///
/// Constant H264_LEVEL_1_2 for H264Level
///
public static readonly H264Level H264_LEVEL_1_2 = new H264Level("H264_LEVEL_1_2");
///
/// Constant H264_LEVEL_1_3 for H264Level
///
public static readonly H264Level H264_LEVEL_1_3 = new H264Level("H264_LEVEL_1_3");
///
/// Constant H264_LEVEL_2 for H264Level
///
public static readonly H264Level H264_LEVEL_2 = new H264Level("H264_LEVEL_2");
///
/// Constant H264_LEVEL_2_1 for H264Level
///
public static readonly H264Level H264_LEVEL_2_1 = new H264Level("H264_LEVEL_2_1");
///
/// Constant H264_LEVEL_2_2 for H264Level
///
public static readonly H264Level H264_LEVEL_2_2 = new H264Level("H264_LEVEL_2_2");
///
/// Constant H264_LEVEL_3 for H264Level
///
public static readonly H264Level H264_LEVEL_3 = new H264Level("H264_LEVEL_3");
///
/// Constant H264_LEVEL_3_1 for H264Level
///
public static readonly H264Level H264_LEVEL_3_1 = new H264Level("H264_LEVEL_3_1");
///
/// Constant H264_LEVEL_3_2 for H264Level
///
public static readonly H264Level H264_LEVEL_3_2 = new H264Level("H264_LEVEL_3_2");
///
/// Constant H264_LEVEL_4 for H264Level
///
public static readonly H264Level H264_LEVEL_4 = new H264Level("H264_LEVEL_4");
///
/// Constant H264_LEVEL_4_1 for H264Level
///
public static readonly H264Level H264_LEVEL_4_1 = new H264Level("H264_LEVEL_4_1");
///
/// Constant H264_LEVEL_4_2 for H264Level
///
public static readonly H264Level H264_LEVEL_4_2 = new H264Level("H264_LEVEL_4_2");
///
/// Constant H264_LEVEL_5 for H264Level
///
public static readonly H264Level H264_LEVEL_5 = new H264Level("H264_LEVEL_5");
///
/// Constant H264_LEVEL_5_1 for H264Level
///
public static readonly H264Level H264_LEVEL_5_1 = new H264Level("H264_LEVEL_5_1");
///
/// Constant H264_LEVEL_5_2 for H264Level
///
public static readonly H264Level H264_LEVEL_5_2 = new H264Level("H264_LEVEL_5_2");
///
/// Constant H264_LEVEL_AUTO for H264Level
///
public static readonly H264Level H264_LEVEL_AUTO = new H264Level("H264_LEVEL_AUTO");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264Level(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264Level FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264Level(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264LookAheadRateControl.
///
public class H264LookAheadRateControl : ConstantClass
{
///
/// Constant HIGH for H264LookAheadRateControl
///
public static readonly H264LookAheadRateControl HIGH = new H264LookAheadRateControl("HIGH");
///
/// Constant LOW for H264LookAheadRateControl
///
public static readonly H264LookAheadRateControl LOW = new H264LookAheadRateControl("LOW");
///
/// Constant MEDIUM for H264LookAheadRateControl
///
public static readonly H264LookAheadRateControl MEDIUM = new H264LookAheadRateControl("MEDIUM");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264LookAheadRateControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264LookAheadRateControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264LookAheadRateControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264ParControl.
///
public class H264ParControl : ConstantClass
{
///
/// Constant INITIALIZE_FROM_SOURCE for H264ParControl
///
public static readonly H264ParControl INITIALIZE_FROM_SOURCE = new H264ParControl("INITIALIZE_FROM_SOURCE");
///
/// Constant SPECIFIED for H264ParControl
///
public static readonly H264ParControl SPECIFIED = new H264ParControl("SPECIFIED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264ParControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264ParControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264ParControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264Profile.
///
public class H264Profile : ConstantClass
{
///
/// Constant BASELINE for H264Profile
///
public static readonly H264Profile BASELINE = new H264Profile("BASELINE");
///
/// Constant HIGH for H264Profile
///
public static readonly H264Profile HIGH = new H264Profile("HIGH");
///
/// Constant HIGH_10BIT for H264Profile
///
public static readonly H264Profile HIGH_10BIT = new H264Profile("HIGH_10BIT");
///
/// Constant HIGH_422 for H264Profile
///
public static readonly H264Profile HIGH_422 = new H264Profile("HIGH_422");
///
/// Constant HIGH_422_10BIT for H264Profile
///
public static readonly H264Profile HIGH_422_10BIT = new H264Profile("HIGH_422_10BIT");
///
/// Constant MAIN for H264Profile
///
public static readonly H264Profile MAIN = new H264Profile("MAIN");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264Profile(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264Profile FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264Profile(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264QualityLevel.
///
public class H264QualityLevel : ConstantClass
{
///
/// Constant ENHANCED_QUALITY for H264QualityLevel
///
public static readonly H264QualityLevel ENHANCED_QUALITY = new H264QualityLevel("ENHANCED_QUALITY");
///
/// Constant STANDARD_QUALITY for H264QualityLevel
///
public static readonly H264QualityLevel STANDARD_QUALITY = new H264QualityLevel("STANDARD_QUALITY");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264QualityLevel(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264QualityLevel FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264QualityLevel(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264RateControlMode.
///
public class H264RateControlMode : ConstantClass
{
///
/// Constant CBR for H264RateControlMode
///
public static readonly H264RateControlMode CBR = new H264RateControlMode("CBR");
///
/// Constant MULTIPLEX for H264RateControlMode
///
public static readonly H264RateControlMode MULTIPLEX = new H264RateControlMode("MULTIPLEX");
///
/// Constant QVBR for H264RateControlMode
///
public static readonly H264RateControlMode QVBR = new H264RateControlMode("QVBR");
///
/// Constant VBR for H264RateControlMode
///
public static readonly H264RateControlMode VBR = new H264RateControlMode("VBR");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264RateControlMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264RateControlMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264RateControlMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264ScanType.
///
public class H264ScanType : ConstantClass
{
///
/// Constant INTERLACED for H264ScanType
///
public static readonly H264ScanType INTERLACED = new H264ScanType("INTERLACED");
///
/// Constant PROGRESSIVE for H264ScanType
///
public static readonly H264ScanType PROGRESSIVE = new H264ScanType("PROGRESSIVE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264ScanType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264ScanType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264ScanType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264SceneChangeDetect.
///
public class H264SceneChangeDetect : ConstantClass
{
///
/// Constant DISABLED for H264SceneChangeDetect
///
public static readonly H264SceneChangeDetect DISABLED = new H264SceneChangeDetect("DISABLED");
///
/// Constant ENABLED for H264SceneChangeDetect
///
public static readonly H264SceneChangeDetect ENABLED = new H264SceneChangeDetect("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264SceneChangeDetect(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264SceneChangeDetect FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264SceneChangeDetect(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264SpatialAq.
///
public class H264SpatialAq : ConstantClass
{
///
/// Constant DISABLED for H264SpatialAq
///
public static readonly H264SpatialAq DISABLED = new H264SpatialAq("DISABLED");
///
/// Constant ENABLED for H264SpatialAq
///
public static readonly H264SpatialAq ENABLED = new H264SpatialAq("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264SpatialAq(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264SpatialAq FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264SpatialAq(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264SubGopLength.
///
public class H264SubGopLength : ConstantClass
{
///
/// Constant DYNAMIC for H264SubGopLength
///
public static readonly H264SubGopLength DYNAMIC = new H264SubGopLength("DYNAMIC");
///
/// Constant FIXED for H264SubGopLength
///
public static readonly H264SubGopLength FIXED = new H264SubGopLength("FIXED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264SubGopLength(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264SubGopLength FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264SubGopLength(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264Syntax.
///
public class H264Syntax : ConstantClass
{
///
/// Constant DEFAULT for H264Syntax
///
public static readonly H264Syntax DEFAULT = new H264Syntax("DEFAULT");
///
/// Constant RP2027 for H264Syntax
///
public static readonly H264Syntax RP2027 = new H264Syntax("RP2027");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264Syntax(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264Syntax FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264Syntax(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264TemporalAq.
///
public class H264TemporalAq : ConstantClass
{
///
/// Constant DISABLED for H264TemporalAq
///
public static readonly H264TemporalAq DISABLED = new H264TemporalAq("DISABLED");
///
/// Constant ENABLED for H264TemporalAq
///
public static readonly H264TemporalAq ENABLED = new H264TemporalAq("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264TemporalAq(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264TemporalAq FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264TemporalAq(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H264TimecodeInsertionBehavior.
///
public class H264TimecodeInsertionBehavior : ConstantClass
{
///
/// Constant DISABLED for H264TimecodeInsertionBehavior
///
public static readonly H264TimecodeInsertionBehavior DISABLED = new H264TimecodeInsertionBehavior("DISABLED");
///
/// Constant PIC_TIMING_SEI for H264TimecodeInsertionBehavior
///
public static readonly H264TimecodeInsertionBehavior PIC_TIMING_SEI = new H264TimecodeInsertionBehavior("PIC_TIMING_SEI");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H264TimecodeInsertionBehavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H264TimecodeInsertionBehavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H264TimecodeInsertionBehavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H265AdaptiveQuantization.
///
public class H265AdaptiveQuantization : ConstantClass
{
///
/// Constant AUTO for H265AdaptiveQuantization
///
public static readonly H265AdaptiveQuantization AUTO = new H265AdaptiveQuantization("AUTO");
///
/// Constant HIGH for H265AdaptiveQuantization
///
public static readonly H265AdaptiveQuantization HIGH = new H265AdaptiveQuantization("HIGH");
///
/// Constant HIGHER for H265AdaptiveQuantization
///
public static readonly H265AdaptiveQuantization HIGHER = new H265AdaptiveQuantization("HIGHER");
///
/// Constant LOW for H265AdaptiveQuantization
///
public static readonly H265AdaptiveQuantization LOW = new H265AdaptiveQuantization("LOW");
///
/// Constant MAX for H265AdaptiveQuantization
///
public static readonly H265AdaptiveQuantization MAX = new H265AdaptiveQuantization("MAX");
///
/// Constant MEDIUM for H265AdaptiveQuantization
///
public static readonly H265AdaptiveQuantization MEDIUM = new H265AdaptiveQuantization("MEDIUM");
///
/// Constant OFF for H265AdaptiveQuantization
///
public static readonly H265AdaptiveQuantization OFF = new H265AdaptiveQuantization("OFF");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H265AdaptiveQuantization(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H265AdaptiveQuantization FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H265AdaptiveQuantization(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H265AlternativeTransferFunction.
///
public class H265AlternativeTransferFunction : ConstantClass
{
///
/// Constant INSERT for H265AlternativeTransferFunction
///
public static readonly H265AlternativeTransferFunction INSERT = new H265AlternativeTransferFunction("INSERT");
///
/// Constant OMIT for H265AlternativeTransferFunction
///
public static readonly H265AlternativeTransferFunction OMIT = new H265AlternativeTransferFunction("OMIT");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H265AlternativeTransferFunction(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H265AlternativeTransferFunction FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H265AlternativeTransferFunction(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H265ColorMetadata.
///
public class H265ColorMetadata : ConstantClass
{
///
/// Constant IGNORE for H265ColorMetadata
///
public static readonly H265ColorMetadata IGNORE = new H265ColorMetadata("IGNORE");
///
/// Constant INSERT for H265ColorMetadata
///
public static readonly H265ColorMetadata INSERT = new H265ColorMetadata("INSERT");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H265ColorMetadata(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H265ColorMetadata FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H265ColorMetadata(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H265FlickerAq.
///
public class H265FlickerAq : ConstantClass
{
///
/// Constant DISABLED for H265FlickerAq
///
public static readonly H265FlickerAq DISABLED = new H265FlickerAq("DISABLED");
///
/// Constant ENABLED for H265FlickerAq
///
public static readonly H265FlickerAq ENABLED = new H265FlickerAq("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H265FlickerAq(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H265FlickerAq FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H265FlickerAq(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H265GopSizeUnits.
///
public class H265GopSizeUnits : ConstantClass
{
///
/// Constant FRAMES for H265GopSizeUnits
///
public static readonly H265GopSizeUnits FRAMES = new H265GopSizeUnits("FRAMES");
///
/// Constant SECONDS for H265GopSizeUnits
///
public static readonly H265GopSizeUnits SECONDS = new H265GopSizeUnits("SECONDS");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H265GopSizeUnits(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H265GopSizeUnits FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H265GopSizeUnits(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H265Level.
///
public class H265Level : ConstantClass
{
///
/// Constant H265_LEVEL_1 for H265Level
///
public static readonly H265Level H265_LEVEL_1 = new H265Level("H265_LEVEL_1");
///
/// Constant H265_LEVEL_2 for H265Level
///
public static readonly H265Level H265_LEVEL_2 = new H265Level("H265_LEVEL_2");
///
/// Constant H265_LEVEL_2_1 for H265Level
///
public static readonly H265Level H265_LEVEL_2_1 = new H265Level("H265_LEVEL_2_1");
///
/// Constant H265_LEVEL_3 for H265Level
///
public static readonly H265Level H265_LEVEL_3 = new H265Level("H265_LEVEL_3");
///
/// Constant H265_LEVEL_3_1 for H265Level
///
public static readonly H265Level H265_LEVEL_3_1 = new H265Level("H265_LEVEL_3_1");
///
/// Constant H265_LEVEL_4 for H265Level
///
public static readonly H265Level H265_LEVEL_4 = new H265Level("H265_LEVEL_4");
///
/// Constant H265_LEVEL_4_1 for H265Level
///
public static readonly H265Level H265_LEVEL_4_1 = new H265Level("H265_LEVEL_4_1");
///
/// Constant H265_LEVEL_5 for H265Level
///
public static readonly H265Level H265_LEVEL_5 = new H265Level("H265_LEVEL_5");
///
/// Constant H265_LEVEL_5_1 for H265Level
///
public static readonly H265Level H265_LEVEL_5_1 = new H265Level("H265_LEVEL_5_1");
///
/// Constant H265_LEVEL_5_2 for H265Level
///
public static readonly H265Level H265_LEVEL_5_2 = new H265Level("H265_LEVEL_5_2");
///
/// Constant H265_LEVEL_6 for H265Level
///
public static readonly H265Level H265_LEVEL_6 = new H265Level("H265_LEVEL_6");
///
/// Constant H265_LEVEL_6_1 for H265Level
///
public static readonly H265Level H265_LEVEL_6_1 = new H265Level("H265_LEVEL_6_1");
///
/// Constant H265_LEVEL_6_2 for H265Level
///
public static readonly H265Level H265_LEVEL_6_2 = new H265Level("H265_LEVEL_6_2");
///
/// Constant H265_LEVEL_AUTO for H265Level
///
public static readonly H265Level H265_LEVEL_AUTO = new H265Level("H265_LEVEL_AUTO");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H265Level(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H265Level FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H265Level(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H265LookAheadRateControl.
///
public class H265LookAheadRateControl : ConstantClass
{
///
/// Constant HIGH for H265LookAheadRateControl
///
public static readonly H265LookAheadRateControl HIGH = new H265LookAheadRateControl("HIGH");
///
/// Constant LOW for H265LookAheadRateControl
///
public static readonly H265LookAheadRateControl LOW = new H265LookAheadRateControl("LOW");
///
/// Constant MEDIUM for H265LookAheadRateControl
///
public static readonly H265LookAheadRateControl MEDIUM = new H265LookAheadRateControl("MEDIUM");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H265LookAheadRateControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H265LookAheadRateControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H265LookAheadRateControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H265Profile.
///
public class H265Profile : ConstantClass
{
///
/// Constant MAIN for H265Profile
///
public static readonly H265Profile MAIN = new H265Profile("MAIN");
///
/// Constant MAIN_10BIT for H265Profile
///
public static readonly H265Profile MAIN_10BIT = new H265Profile("MAIN_10BIT");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H265Profile(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H265Profile FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H265Profile(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H265RateControlMode.
///
public class H265RateControlMode : ConstantClass
{
///
/// Constant CBR for H265RateControlMode
///
public static readonly H265RateControlMode CBR = new H265RateControlMode("CBR");
///
/// Constant MULTIPLEX for H265RateControlMode
///
public static readonly H265RateControlMode MULTIPLEX = new H265RateControlMode("MULTIPLEX");
///
/// Constant QVBR for H265RateControlMode
///
public static readonly H265RateControlMode QVBR = new H265RateControlMode("QVBR");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H265RateControlMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H265RateControlMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H265RateControlMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H265ScanType.
///
public class H265ScanType : ConstantClass
{
///
/// Constant INTERLACED for H265ScanType
///
public static readonly H265ScanType INTERLACED = new H265ScanType("INTERLACED");
///
/// Constant PROGRESSIVE for H265ScanType
///
public static readonly H265ScanType PROGRESSIVE = new H265ScanType("PROGRESSIVE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H265ScanType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H265ScanType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H265ScanType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H265SceneChangeDetect.
///
public class H265SceneChangeDetect : ConstantClass
{
///
/// Constant DISABLED for H265SceneChangeDetect
///
public static readonly H265SceneChangeDetect DISABLED = new H265SceneChangeDetect("DISABLED");
///
/// Constant ENABLED for H265SceneChangeDetect
///
public static readonly H265SceneChangeDetect ENABLED = new H265SceneChangeDetect("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H265SceneChangeDetect(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H265SceneChangeDetect FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H265SceneChangeDetect(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H265Tier.
///
public class H265Tier : ConstantClass
{
///
/// Constant HIGH for H265Tier
///
public static readonly H265Tier HIGH = new H265Tier("HIGH");
///
/// Constant MAIN for H265Tier
///
public static readonly H265Tier MAIN = new H265Tier("MAIN");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H265Tier(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H265Tier FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H265Tier(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type H265TimecodeInsertionBehavior.
///
public class H265TimecodeInsertionBehavior : ConstantClass
{
///
/// Constant DISABLED for H265TimecodeInsertionBehavior
///
public static readonly H265TimecodeInsertionBehavior DISABLED = new H265TimecodeInsertionBehavior("DISABLED");
///
/// Constant PIC_TIMING_SEI for H265TimecodeInsertionBehavior
///
public static readonly H265TimecodeInsertionBehavior PIC_TIMING_SEI = new H265TimecodeInsertionBehavior("PIC_TIMING_SEI");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public H265TimecodeInsertionBehavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static H265TimecodeInsertionBehavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator H265TimecodeInsertionBehavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsAdMarkers.
///
public class HlsAdMarkers : ConstantClass
{
///
/// Constant ADOBE for HlsAdMarkers
///
public static readonly HlsAdMarkers ADOBE = new HlsAdMarkers("ADOBE");
///
/// Constant ELEMENTAL for HlsAdMarkers
///
public static readonly HlsAdMarkers ELEMENTAL = new HlsAdMarkers("ELEMENTAL");
///
/// Constant ELEMENTAL_SCTE35 for HlsAdMarkers
///
public static readonly HlsAdMarkers ELEMENTAL_SCTE35 = new HlsAdMarkers("ELEMENTAL_SCTE35");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsAdMarkers(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsAdMarkers FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsAdMarkers(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsAkamaiHttpTransferMode.
///
public class HlsAkamaiHttpTransferMode : ConstantClass
{
///
/// Constant CHUNKED for HlsAkamaiHttpTransferMode
///
public static readonly HlsAkamaiHttpTransferMode CHUNKED = new HlsAkamaiHttpTransferMode("CHUNKED");
///
/// Constant NON_CHUNKED for HlsAkamaiHttpTransferMode
///
public static readonly HlsAkamaiHttpTransferMode NON_CHUNKED = new HlsAkamaiHttpTransferMode("NON_CHUNKED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsAkamaiHttpTransferMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsAkamaiHttpTransferMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsAkamaiHttpTransferMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsCaptionLanguageSetting.
///
public class HlsCaptionLanguageSetting : ConstantClass
{
///
/// Constant INSERT for HlsCaptionLanguageSetting
///
public static readonly HlsCaptionLanguageSetting INSERT = new HlsCaptionLanguageSetting("INSERT");
///
/// Constant NONE for HlsCaptionLanguageSetting
///
public static readonly HlsCaptionLanguageSetting NONE = new HlsCaptionLanguageSetting("NONE");
///
/// Constant OMIT for HlsCaptionLanguageSetting
///
public static readonly HlsCaptionLanguageSetting OMIT = new HlsCaptionLanguageSetting("OMIT");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsCaptionLanguageSetting(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsCaptionLanguageSetting FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsCaptionLanguageSetting(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsClientCache.
///
public class HlsClientCache : ConstantClass
{
///
/// Constant DISABLED for HlsClientCache
///
public static readonly HlsClientCache DISABLED = new HlsClientCache("DISABLED");
///
/// Constant ENABLED for HlsClientCache
///
public static readonly HlsClientCache ENABLED = new HlsClientCache("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsClientCache(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsClientCache FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsClientCache(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsCodecSpecification.
///
public class HlsCodecSpecification : ConstantClass
{
///
/// Constant RFC_4281 for HlsCodecSpecification
///
public static readonly HlsCodecSpecification RFC_4281 = new HlsCodecSpecification("RFC_4281");
///
/// Constant RFC_6381 for HlsCodecSpecification
///
public static readonly HlsCodecSpecification RFC_6381 = new HlsCodecSpecification("RFC_6381");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsCodecSpecification(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsCodecSpecification FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsCodecSpecification(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsDirectoryStructure.
///
public class HlsDirectoryStructure : ConstantClass
{
///
/// Constant SINGLE_DIRECTORY for HlsDirectoryStructure
///
public static readonly HlsDirectoryStructure SINGLE_DIRECTORY = new HlsDirectoryStructure("SINGLE_DIRECTORY");
///
/// Constant SUBDIRECTORY_PER_STREAM for HlsDirectoryStructure
///
public static readonly HlsDirectoryStructure SUBDIRECTORY_PER_STREAM = new HlsDirectoryStructure("SUBDIRECTORY_PER_STREAM");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsDirectoryStructure(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsDirectoryStructure FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsDirectoryStructure(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsDiscontinuityTags.
///
public class HlsDiscontinuityTags : ConstantClass
{
///
/// Constant INSERT for HlsDiscontinuityTags
///
public static readonly HlsDiscontinuityTags INSERT = new HlsDiscontinuityTags("INSERT");
///
/// Constant NEVER_INSERT for HlsDiscontinuityTags
///
public static readonly HlsDiscontinuityTags NEVER_INSERT = new HlsDiscontinuityTags("NEVER_INSERT");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsDiscontinuityTags(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsDiscontinuityTags FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsDiscontinuityTags(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsEncryptionType.
///
public class HlsEncryptionType : ConstantClass
{
///
/// Constant AES128 for HlsEncryptionType
///
public static readonly HlsEncryptionType AES128 = new HlsEncryptionType("AES128");
///
/// Constant SAMPLE_AES for HlsEncryptionType
///
public static readonly HlsEncryptionType SAMPLE_AES = new HlsEncryptionType("SAMPLE_AES");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsEncryptionType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsEncryptionType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsEncryptionType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsH265PackagingType.
///
public class HlsH265PackagingType : ConstantClass
{
///
/// Constant HEV1 for HlsH265PackagingType
///
public static readonly HlsH265PackagingType HEV1 = new HlsH265PackagingType("HEV1");
///
/// Constant HVC1 for HlsH265PackagingType
///
public static readonly HlsH265PackagingType HVC1 = new HlsH265PackagingType("HVC1");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsH265PackagingType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsH265PackagingType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsH265PackagingType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsId3SegmentTaggingState.
///
public class HlsId3SegmentTaggingState : ConstantClass
{
///
/// Constant DISABLED for HlsId3SegmentTaggingState
///
public static readonly HlsId3SegmentTaggingState DISABLED = new HlsId3SegmentTaggingState("DISABLED");
///
/// Constant ENABLED for HlsId3SegmentTaggingState
///
public static readonly HlsId3SegmentTaggingState ENABLED = new HlsId3SegmentTaggingState("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsId3SegmentTaggingState(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsId3SegmentTaggingState FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsId3SegmentTaggingState(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsIncompleteSegmentBehavior.
///
public class HlsIncompleteSegmentBehavior : ConstantClass
{
///
/// Constant AUTO for HlsIncompleteSegmentBehavior
///
public static readonly HlsIncompleteSegmentBehavior AUTO = new HlsIncompleteSegmentBehavior("AUTO");
///
/// Constant SUPPRESS for HlsIncompleteSegmentBehavior
///
public static readonly HlsIncompleteSegmentBehavior SUPPRESS = new HlsIncompleteSegmentBehavior("SUPPRESS");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsIncompleteSegmentBehavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsIncompleteSegmentBehavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsIncompleteSegmentBehavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsIvInManifest.
///
public class HlsIvInManifest : ConstantClass
{
///
/// Constant EXCLUDE for HlsIvInManifest
///
public static readonly HlsIvInManifest EXCLUDE = new HlsIvInManifest("EXCLUDE");
///
/// Constant INCLUDE for HlsIvInManifest
///
public static readonly HlsIvInManifest INCLUDE = new HlsIvInManifest("INCLUDE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsIvInManifest(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsIvInManifest FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsIvInManifest(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsIvSource.
///
public class HlsIvSource : ConstantClass
{
///
/// Constant EXPLICIT for HlsIvSource
///
public static readonly HlsIvSource EXPLICIT = new HlsIvSource("EXPLICIT");
///
/// Constant FOLLOWS_SEGMENT_NUMBER for HlsIvSource
///
public static readonly HlsIvSource FOLLOWS_SEGMENT_NUMBER = new HlsIvSource("FOLLOWS_SEGMENT_NUMBER");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsIvSource(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsIvSource FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsIvSource(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsManifestCompression.
///
public class HlsManifestCompression : ConstantClass
{
///
/// Constant GZIP for HlsManifestCompression
///
public static readonly HlsManifestCompression GZIP = new HlsManifestCompression("GZIP");
///
/// Constant NONE for HlsManifestCompression
///
public static readonly HlsManifestCompression NONE = new HlsManifestCompression("NONE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsManifestCompression(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsManifestCompression FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsManifestCompression(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsManifestDurationFormat.
///
public class HlsManifestDurationFormat : ConstantClass
{
///
/// Constant FLOATING_POINT for HlsManifestDurationFormat
///
public static readonly HlsManifestDurationFormat FLOATING_POINT = new HlsManifestDurationFormat("FLOATING_POINT");
///
/// Constant INTEGER for HlsManifestDurationFormat
///
public static readonly HlsManifestDurationFormat INTEGER = new HlsManifestDurationFormat("INTEGER");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsManifestDurationFormat(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsManifestDurationFormat FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsManifestDurationFormat(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsMediaStoreStorageClass.
///
public class HlsMediaStoreStorageClass : ConstantClass
{
///
/// Constant TEMPORAL for HlsMediaStoreStorageClass
///
public static readonly HlsMediaStoreStorageClass TEMPORAL = new HlsMediaStoreStorageClass("TEMPORAL");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsMediaStoreStorageClass(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsMediaStoreStorageClass FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsMediaStoreStorageClass(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsMode.
///
public class HlsMode : ConstantClass
{
///
/// Constant LIVE for HlsMode
///
public static readonly HlsMode LIVE = new HlsMode("LIVE");
///
/// Constant VOD for HlsMode
///
public static readonly HlsMode VOD = new HlsMode("VOD");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsOutputSelection.
///
public class HlsOutputSelection : ConstantClass
{
///
/// Constant MANIFESTS_AND_SEGMENTS for HlsOutputSelection
///
public static readonly HlsOutputSelection MANIFESTS_AND_SEGMENTS = new HlsOutputSelection("MANIFESTS_AND_SEGMENTS");
///
/// Constant SEGMENTS_ONLY for HlsOutputSelection
///
public static readonly HlsOutputSelection SEGMENTS_ONLY = new HlsOutputSelection("SEGMENTS_ONLY");
///
/// Constant VARIANT_MANIFESTS_AND_SEGMENTS for HlsOutputSelection
///
public static readonly HlsOutputSelection VARIANT_MANIFESTS_AND_SEGMENTS = new HlsOutputSelection("VARIANT_MANIFESTS_AND_SEGMENTS");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsOutputSelection(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsOutputSelection FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsOutputSelection(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsProgramDateTime.
///
public class HlsProgramDateTime : ConstantClass
{
///
/// Constant EXCLUDE for HlsProgramDateTime
///
public static readonly HlsProgramDateTime EXCLUDE = new HlsProgramDateTime("EXCLUDE");
///
/// Constant INCLUDE for HlsProgramDateTime
///
public static readonly HlsProgramDateTime INCLUDE = new HlsProgramDateTime("INCLUDE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsProgramDateTime(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsProgramDateTime FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsProgramDateTime(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsProgramDateTimeClock.
///
public class HlsProgramDateTimeClock : ConstantClass
{
///
/// Constant INITIALIZE_FROM_OUTPUT_TIMECODE for HlsProgramDateTimeClock
///
public static readonly HlsProgramDateTimeClock INITIALIZE_FROM_OUTPUT_TIMECODE = new HlsProgramDateTimeClock("INITIALIZE_FROM_OUTPUT_TIMECODE");
///
/// Constant SYSTEM_CLOCK for HlsProgramDateTimeClock
///
public static readonly HlsProgramDateTimeClock SYSTEM_CLOCK = new HlsProgramDateTimeClock("SYSTEM_CLOCK");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsProgramDateTimeClock(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsProgramDateTimeClock FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsProgramDateTimeClock(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsRedundantManifest.
///
public class HlsRedundantManifest : ConstantClass
{
///
/// Constant DISABLED for HlsRedundantManifest
///
public static readonly HlsRedundantManifest DISABLED = new HlsRedundantManifest("DISABLED");
///
/// Constant ENABLED for HlsRedundantManifest
///
public static readonly HlsRedundantManifest ENABLED = new HlsRedundantManifest("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsRedundantManifest(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsRedundantManifest FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsRedundantManifest(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsS3LogUploads.
///
public class HlsS3LogUploads : ConstantClass
{
///
/// Constant DISABLED for HlsS3LogUploads
///
public static readonly HlsS3LogUploads DISABLED = new HlsS3LogUploads("DISABLED");
///
/// Constant ENABLED for HlsS3LogUploads
///
public static readonly HlsS3LogUploads ENABLED = new HlsS3LogUploads("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsS3LogUploads(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsS3LogUploads FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsS3LogUploads(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsScte35SourceType.
///
public class HlsScte35SourceType : ConstantClass
{
///
/// Constant MANIFEST for HlsScte35SourceType
///
public static readonly HlsScte35SourceType MANIFEST = new HlsScte35SourceType("MANIFEST");
///
/// Constant SEGMENTS for HlsScte35SourceType
///
public static readonly HlsScte35SourceType SEGMENTS = new HlsScte35SourceType("SEGMENTS");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsScte35SourceType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsScte35SourceType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsScte35SourceType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsSegmentationMode.
///
public class HlsSegmentationMode : ConstantClass
{
///
/// Constant USE_INPUT_SEGMENTATION for HlsSegmentationMode
///
public static readonly HlsSegmentationMode USE_INPUT_SEGMENTATION = new HlsSegmentationMode("USE_INPUT_SEGMENTATION");
///
/// Constant USE_SEGMENT_DURATION for HlsSegmentationMode
///
public static readonly HlsSegmentationMode USE_SEGMENT_DURATION = new HlsSegmentationMode("USE_SEGMENT_DURATION");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsSegmentationMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsSegmentationMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsSegmentationMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsStreamInfResolution.
///
public class HlsStreamInfResolution : ConstantClass
{
///
/// Constant EXCLUDE for HlsStreamInfResolution
///
public static readonly HlsStreamInfResolution EXCLUDE = new HlsStreamInfResolution("EXCLUDE");
///
/// Constant INCLUDE for HlsStreamInfResolution
///
public static readonly HlsStreamInfResolution INCLUDE = new HlsStreamInfResolution("INCLUDE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsStreamInfResolution(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsStreamInfResolution FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsStreamInfResolution(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsTimedMetadataId3Frame.
///
public class HlsTimedMetadataId3Frame : ConstantClass
{
///
/// Constant NONE for HlsTimedMetadataId3Frame
///
public static readonly HlsTimedMetadataId3Frame NONE = new HlsTimedMetadataId3Frame("NONE");
///
/// Constant PRIV for HlsTimedMetadataId3Frame
///
public static readonly HlsTimedMetadataId3Frame PRIV = new HlsTimedMetadataId3Frame("PRIV");
///
/// Constant TDRL for HlsTimedMetadataId3Frame
///
public static readonly HlsTimedMetadataId3Frame TDRL = new HlsTimedMetadataId3Frame("TDRL");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsTimedMetadataId3Frame(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsTimedMetadataId3Frame FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsTimedMetadataId3Frame(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsTsFileMode.
///
public class HlsTsFileMode : ConstantClass
{
///
/// Constant SEGMENTED_FILES for HlsTsFileMode
///
public static readonly HlsTsFileMode SEGMENTED_FILES = new HlsTsFileMode("SEGMENTED_FILES");
///
/// Constant SINGLE_FILE for HlsTsFileMode
///
public static readonly HlsTsFileMode SINGLE_FILE = new HlsTsFileMode("SINGLE_FILE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsTsFileMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsTsFileMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsTsFileMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HlsWebdavHttpTransferMode.
///
public class HlsWebdavHttpTransferMode : ConstantClass
{
///
/// Constant CHUNKED for HlsWebdavHttpTransferMode
///
public static readonly HlsWebdavHttpTransferMode CHUNKED = new HlsWebdavHttpTransferMode("CHUNKED");
///
/// Constant NON_CHUNKED for HlsWebdavHttpTransferMode
///
public static readonly HlsWebdavHttpTransferMode NON_CHUNKED = new HlsWebdavHttpTransferMode("NON_CHUNKED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public HlsWebdavHttpTransferMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HlsWebdavHttpTransferMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HlsWebdavHttpTransferMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type IFrameOnlyPlaylistType.
///
public class IFrameOnlyPlaylistType : ConstantClass
{
///
/// Constant DISABLED for IFrameOnlyPlaylistType
///
public static readonly IFrameOnlyPlaylistType DISABLED = new IFrameOnlyPlaylistType("DISABLED");
///
/// Constant STANDARD for IFrameOnlyPlaylistType
///
public static readonly IFrameOnlyPlaylistType STANDARD = new IFrameOnlyPlaylistType("STANDARD");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public IFrameOnlyPlaylistType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static IFrameOnlyPlaylistType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator IFrameOnlyPlaylistType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputClass.
///
public class InputClass : ConstantClass
{
///
/// Constant SINGLE_PIPELINE for InputClass
///
public static readonly InputClass SINGLE_PIPELINE = new InputClass("SINGLE_PIPELINE");
///
/// Constant STANDARD for InputClass
///
public static readonly InputClass STANDARD = new InputClass("STANDARD");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputClass(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputClass FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputClass(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputCodec.
///
public class InputCodec : ConstantClass
{
///
/// Constant AVC for InputCodec
///
public static readonly InputCodec AVC = new InputCodec("AVC");
///
/// Constant HEVC for InputCodec
///
public static readonly InputCodec HEVC = new InputCodec("HEVC");
///
/// Constant MPEG2 for InputCodec
///
public static readonly InputCodec MPEG2 = new InputCodec("MPEG2");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputCodec(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputCodec FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputCodec(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputDeblockFilter.
///
public class InputDeblockFilter : ConstantClass
{
///
/// Constant DISABLED for InputDeblockFilter
///
public static readonly InputDeblockFilter DISABLED = new InputDeblockFilter("DISABLED");
///
/// Constant ENABLED for InputDeblockFilter
///
public static readonly InputDeblockFilter ENABLED = new InputDeblockFilter("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputDeblockFilter(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputDeblockFilter FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputDeblockFilter(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputDenoiseFilter.
///
public class InputDenoiseFilter : ConstantClass
{
///
/// Constant DISABLED for InputDenoiseFilter
///
public static readonly InputDenoiseFilter DISABLED = new InputDenoiseFilter("DISABLED");
///
/// Constant ENABLED for InputDenoiseFilter
///
public static readonly InputDenoiseFilter ENABLED = new InputDenoiseFilter("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputDenoiseFilter(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputDenoiseFilter FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputDenoiseFilter(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputDeviceActiveInput.
///
public class InputDeviceActiveInput : ConstantClass
{
///
/// Constant HDMI for InputDeviceActiveInput
///
public static readonly InputDeviceActiveInput HDMI = new InputDeviceActiveInput("HDMI");
///
/// Constant SDI for InputDeviceActiveInput
///
public static readonly InputDeviceActiveInput SDI = new InputDeviceActiveInput("SDI");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputDeviceActiveInput(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputDeviceActiveInput FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputDeviceActiveInput(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputDeviceConfiguredInput.
///
public class InputDeviceConfiguredInput : ConstantClass
{
///
/// Constant AUTO for InputDeviceConfiguredInput
///
public static readonly InputDeviceConfiguredInput AUTO = new InputDeviceConfiguredInput("AUTO");
///
/// Constant HDMI for InputDeviceConfiguredInput
///
public static readonly InputDeviceConfiguredInput HDMI = new InputDeviceConfiguredInput("HDMI");
///
/// Constant SDI for InputDeviceConfiguredInput
///
public static readonly InputDeviceConfiguredInput SDI = new InputDeviceConfiguredInput("SDI");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputDeviceConfiguredInput(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputDeviceConfiguredInput FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputDeviceConfiguredInput(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputDeviceConnectionState.
///
public class InputDeviceConnectionState : ConstantClass
{
///
/// Constant CONNECTED for InputDeviceConnectionState
///
public static readonly InputDeviceConnectionState CONNECTED = new InputDeviceConnectionState("CONNECTED");
///
/// Constant DISCONNECTED for InputDeviceConnectionState
///
public static readonly InputDeviceConnectionState DISCONNECTED = new InputDeviceConnectionState("DISCONNECTED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputDeviceConnectionState(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputDeviceConnectionState FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputDeviceConnectionState(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputDeviceIpScheme.
///
public class InputDeviceIpScheme : ConstantClass
{
///
/// Constant DHCP for InputDeviceIpScheme
///
public static readonly InputDeviceIpScheme DHCP = new InputDeviceIpScheme("DHCP");
///
/// Constant STATIC for InputDeviceIpScheme
///
public static readonly InputDeviceIpScheme STATIC = new InputDeviceIpScheme("STATIC");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputDeviceIpScheme(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputDeviceIpScheme FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputDeviceIpScheme(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputDeviceScanType.
///
public class InputDeviceScanType : ConstantClass
{
///
/// Constant INTERLACED for InputDeviceScanType
///
public static readonly InputDeviceScanType INTERLACED = new InputDeviceScanType("INTERLACED");
///
/// Constant PROGRESSIVE for InputDeviceScanType
///
public static readonly InputDeviceScanType PROGRESSIVE = new InputDeviceScanType("PROGRESSIVE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputDeviceScanType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputDeviceScanType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputDeviceScanType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputDeviceState.
///
public class InputDeviceState : ConstantClass
{
///
/// Constant IDLE for InputDeviceState
///
public static readonly InputDeviceState IDLE = new InputDeviceState("IDLE");
///
/// Constant STREAMING for InputDeviceState
///
public static readonly InputDeviceState STREAMING = new InputDeviceState("STREAMING");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputDeviceState(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputDeviceState FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputDeviceState(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputDeviceTransferType.
///
public class InputDeviceTransferType : ConstantClass
{
///
/// Constant INCOMING for InputDeviceTransferType
///
public static readonly InputDeviceTransferType INCOMING = new InputDeviceTransferType("INCOMING");
///
/// Constant OUTGOING for InputDeviceTransferType
///
public static readonly InputDeviceTransferType OUTGOING = new InputDeviceTransferType("OUTGOING");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputDeviceTransferType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputDeviceTransferType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputDeviceTransferType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputDeviceType.
///
public class InputDeviceType : ConstantClass
{
///
/// Constant HD for InputDeviceType
///
public static readonly InputDeviceType HD = new InputDeviceType("HD");
///
/// Constant UHD for InputDeviceType
///
public static readonly InputDeviceType UHD = new InputDeviceType("UHD");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputDeviceType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputDeviceType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputDeviceType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputFilter.
///
public class InputFilter : ConstantClass
{
///
/// Constant AUTO for InputFilter
///
public static readonly InputFilter AUTO = new InputFilter("AUTO");
///
/// Constant DISABLED for InputFilter
///
public static readonly InputFilter DISABLED = new InputFilter("DISABLED");
///
/// Constant FORCED for InputFilter
///
public static readonly InputFilter FORCED = new InputFilter("FORCED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputFilter(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputFilter FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputFilter(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputLossActionForHlsOut.
///
public class InputLossActionForHlsOut : ConstantClass
{
///
/// Constant EMIT_OUTPUT for InputLossActionForHlsOut
///
public static readonly InputLossActionForHlsOut EMIT_OUTPUT = new InputLossActionForHlsOut("EMIT_OUTPUT");
///
/// Constant PAUSE_OUTPUT for InputLossActionForHlsOut
///
public static readonly InputLossActionForHlsOut PAUSE_OUTPUT = new InputLossActionForHlsOut("PAUSE_OUTPUT");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputLossActionForHlsOut(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputLossActionForHlsOut FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputLossActionForHlsOut(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputLossActionForMsSmoothOut.
///
public class InputLossActionForMsSmoothOut : ConstantClass
{
///
/// Constant EMIT_OUTPUT for InputLossActionForMsSmoothOut
///
public static readonly InputLossActionForMsSmoothOut EMIT_OUTPUT = new InputLossActionForMsSmoothOut("EMIT_OUTPUT");
///
/// Constant PAUSE_OUTPUT for InputLossActionForMsSmoothOut
///
public static readonly InputLossActionForMsSmoothOut PAUSE_OUTPUT = new InputLossActionForMsSmoothOut("PAUSE_OUTPUT");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputLossActionForMsSmoothOut(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputLossActionForMsSmoothOut FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputLossActionForMsSmoothOut(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputLossActionForRtmpOut.
///
public class InputLossActionForRtmpOut : ConstantClass
{
///
/// Constant EMIT_OUTPUT for InputLossActionForRtmpOut
///
public static readonly InputLossActionForRtmpOut EMIT_OUTPUT = new InputLossActionForRtmpOut("EMIT_OUTPUT");
///
/// Constant PAUSE_OUTPUT for InputLossActionForRtmpOut
///
public static readonly InputLossActionForRtmpOut PAUSE_OUTPUT = new InputLossActionForRtmpOut("PAUSE_OUTPUT");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputLossActionForRtmpOut(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputLossActionForRtmpOut FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputLossActionForRtmpOut(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputLossActionForUdpOut.
///
public class InputLossActionForUdpOut : ConstantClass
{
///
/// Constant DROP_PROGRAM for InputLossActionForUdpOut
///
public static readonly InputLossActionForUdpOut DROP_PROGRAM = new InputLossActionForUdpOut("DROP_PROGRAM");
///
/// Constant DROP_TS for InputLossActionForUdpOut
///
public static readonly InputLossActionForUdpOut DROP_TS = new InputLossActionForUdpOut("DROP_TS");
///
/// Constant EMIT_PROGRAM for InputLossActionForUdpOut
///
public static readonly InputLossActionForUdpOut EMIT_PROGRAM = new InputLossActionForUdpOut("EMIT_PROGRAM");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputLossActionForUdpOut(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputLossActionForUdpOut FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputLossActionForUdpOut(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputLossImageType.
///
public class InputLossImageType : ConstantClass
{
///
/// Constant COLOR for InputLossImageType
///
public static readonly InputLossImageType COLOR = new InputLossImageType("COLOR");
///
/// Constant SLATE for InputLossImageType
///
public static readonly InputLossImageType SLATE = new InputLossImageType("SLATE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputLossImageType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputLossImageType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputLossImageType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputMaximumBitrate.
///
public class InputMaximumBitrate : ConstantClass
{
///
/// Constant MAX_10_MBPS for InputMaximumBitrate
///
public static readonly InputMaximumBitrate MAX_10_MBPS = new InputMaximumBitrate("MAX_10_MBPS");
///
/// Constant MAX_20_MBPS for InputMaximumBitrate
///
public static readonly InputMaximumBitrate MAX_20_MBPS = new InputMaximumBitrate("MAX_20_MBPS");
///
/// Constant MAX_50_MBPS for InputMaximumBitrate
///
public static readonly InputMaximumBitrate MAX_50_MBPS = new InputMaximumBitrate("MAX_50_MBPS");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputMaximumBitrate(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputMaximumBitrate FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputMaximumBitrate(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputPreference.
///
public class InputPreference : ConstantClass
{
///
/// Constant EQUAL_INPUT_PREFERENCE for InputPreference
///
public static readonly InputPreference EQUAL_INPUT_PREFERENCE = new InputPreference("EQUAL_INPUT_PREFERENCE");
///
/// Constant PRIMARY_INPUT_PREFERRED for InputPreference
///
public static readonly InputPreference PRIMARY_INPUT_PREFERRED = new InputPreference("PRIMARY_INPUT_PREFERRED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputPreference(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputPreference FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputPreference(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputResolution.
///
public class InputResolution : ConstantClass
{
///
/// Constant HD for InputResolution
///
public static readonly InputResolution HD = new InputResolution("HD");
///
/// Constant SD for InputResolution
///
public static readonly InputResolution SD = new InputResolution("SD");
///
/// Constant UHD for InputResolution
///
public static readonly InputResolution UHD = new InputResolution("UHD");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputResolution(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputResolution FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputResolution(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputSecurityGroupState.
///
public class InputSecurityGroupState : ConstantClass
{
///
/// Constant DELETED for InputSecurityGroupState
///
public static readonly InputSecurityGroupState DELETED = new InputSecurityGroupState("DELETED");
///
/// Constant IDLE for InputSecurityGroupState
///
public static readonly InputSecurityGroupState IDLE = new InputSecurityGroupState("IDLE");
///
/// Constant IN_USE for InputSecurityGroupState
///
public static readonly InputSecurityGroupState IN_USE = new InputSecurityGroupState("IN_USE");
///
/// Constant UPDATING for InputSecurityGroupState
///
public static readonly InputSecurityGroupState UPDATING = new InputSecurityGroupState("UPDATING");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputSecurityGroupState(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputSecurityGroupState FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputSecurityGroupState(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputSourceEndBehavior.
///
public class InputSourceEndBehavior : ConstantClass
{
///
/// Constant CONTINUE for InputSourceEndBehavior
///
public static readonly InputSourceEndBehavior CONTINUE = new InputSourceEndBehavior("CONTINUE");
///
/// Constant LOOP for InputSourceEndBehavior
///
public static readonly InputSourceEndBehavior LOOP = new InputSourceEndBehavior("LOOP");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputSourceEndBehavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputSourceEndBehavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputSourceEndBehavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputSourceType.
///
public class InputSourceType : ConstantClass
{
///
/// Constant DYNAMIC for InputSourceType
///
public static readonly InputSourceType DYNAMIC = new InputSourceType("DYNAMIC");
///
/// Constant STATIC for InputSourceType
///
public static readonly InputSourceType STATIC = new InputSourceType("STATIC");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputSourceType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputSourceType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputSourceType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputState.
///
public class InputState : ConstantClass
{
///
/// Constant ATTACHED for InputState
///
public static readonly InputState ATTACHED = new InputState("ATTACHED");
///
/// Constant CREATING for InputState
///
public static readonly InputState CREATING = new InputState("CREATING");
///
/// Constant DELETED for InputState
///
public static readonly InputState DELETED = new InputState("DELETED");
///
/// Constant DELETING for InputState
///
public static readonly InputState DELETING = new InputState("DELETING");
///
/// Constant DETACHED for InputState
///
public static readonly InputState DETACHED = new InputState("DETACHED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputState(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputState FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputState(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputTimecodeSource.
///
public class InputTimecodeSource : ConstantClass
{
///
/// Constant EMBEDDED for InputTimecodeSource
///
public static readonly InputTimecodeSource EMBEDDED = new InputTimecodeSource("EMBEDDED");
///
/// Constant ZEROBASED for InputTimecodeSource
///
public static readonly InputTimecodeSource ZEROBASED = new InputTimecodeSource("ZEROBASED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputTimecodeSource(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputTimecodeSource FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputTimecodeSource(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type InputType.
///
public class InputType : ConstantClass
{
///
/// Constant AWS_CDI for InputType
///
public static readonly InputType AWS_CDI = new InputType("AWS_CDI");
///
/// Constant INPUT_DEVICE for InputType
///
public static readonly InputType INPUT_DEVICE = new InputType("INPUT_DEVICE");
///
/// Constant MEDIACONNECT for InputType
///
public static readonly InputType MEDIACONNECT = new InputType("MEDIACONNECT");
///
/// Constant MP4_FILE for InputType
///
public static readonly InputType MP4_FILE = new InputType("MP4_FILE");
///
/// Constant RTMP_PULL for InputType
///
public static readonly InputType RTMP_PULL = new InputType("RTMP_PULL");
///
/// Constant RTMP_PUSH for InputType
///
public static readonly InputType RTMP_PUSH = new InputType("RTMP_PUSH");
///
/// Constant RTP_PUSH for InputType
///
public static readonly InputType RTP_PUSH = new InputType("RTP_PUSH");
///
/// Constant TS_FILE for InputType
///
public static readonly InputType TS_FILE = new InputType("TS_FILE");
///
/// Constant UDP_PUSH for InputType
///
public static readonly InputType UDP_PUSH = new InputType("UDP_PUSH");
///
/// Constant URL_PULL for InputType
///
public static readonly InputType URL_PULL = new InputType("URL_PULL");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public InputType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static InputType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator InputType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type LastFrameClippingBehavior.
///
public class LastFrameClippingBehavior : ConstantClass
{
///
/// Constant EXCLUDE_LAST_FRAME for LastFrameClippingBehavior
///
public static readonly LastFrameClippingBehavior EXCLUDE_LAST_FRAME = new LastFrameClippingBehavior("EXCLUDE_LAST_FRAME");
///
/// Constant INCLUDE_LAST_FRAME for LastFrameClippingBehavior
///
public static readonly LastFrameClippingBehavior INCLUDE_LAST_FRAME = new LastFrameClippingBehavior("INCLUDE_LAST_FRAME");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public LastFrameClippingBehavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static LastFrameClippingBehavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator LastFrameClippingBehavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type LogLevel.
///
public class LogLevel : ConstantClass
{
///
/// Constant DEBUG for LogLevel
///
public static readonly LogLevel DEBUG = new LogLevel("DEBUG");
///
/// Constant DISABLED for LogLevel
///
public static readonly LogLevel DISABLED = new LogLevel("DISABLED");
///
/// Constant ERROR for LogLevel
///
public static readonly LogLevel ERROR = new LogLevel("ERROR");
///
/// Constant INFO for LogLevel
///
public static readonly LogLevel INFO = new LogLevel("INFO");
///
/// Constant WARNING for LogLevel
///
public static readonly LogLevel WARNING = new LogLevel("WARNING");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public LogLevel(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static LogLevel FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator LogLevel(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsAbsentInputAudioBehavior.
///
public class M2tsAbsentInputAudioBehavior : ConstantClass
{
///
/// Constant DROP for M2tsAbsentInputAudioBehavior
///
public static readonly M2tsAbsentInputAudioBehavior DROP = new M2tsAbsentInputAudioBehavior("DROP");
///
/// Constant ENCODE_SILENCE for M2tsAbsentInputAudioBehavior
///
public static readonly M2tsAbsentInputAudioBehavior ENCODE_SILENCE = new M2tsAbsentInputAudioBehavior("ENCODE_SILENCE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsAbsentInputAudioBehavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsAbsentInputAudioBehavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsAbsentInputAudioBehavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsArib.
///
public class M2tsArib : ConstantClass
{
///
/// Constant DISABLED for M2tsArib
///
public static readonly M2tsArib DISABLED = new M2tsArib("DISABLED");
///
/// Constant ENABLED for M2tsArib
///
public static readonly M2tsArib ENABLED = new M2tsArib("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsArib(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsArib FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsArib(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsAribCaptionsPidControl.
///
public class M2tsAribCaptionsPidControl : ConstantClass
{
///
/// Constant AUTO for M2tsAribCaptionsPidControl
///
public static readonly M2tsAribCaptionsPidControl AUTO = new M2tsAribCaptionsPidControl("AUTO");
///
/// Constant USE_CONFIGURED for M2tsAribCaptionsPidControl
///
public static readonly M2tsAribCaptionsPidControl USE_CONFIGURED = new M2tsAribCaptionsPidControl("USE_CONFIGURED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsAribCaptionsPidControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsAribCaptionsPidControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsAribCaptionsPidControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsAudioBufferModel.
///
public class M2tsAudioBufferModel : ConstantClass
{
///
/// Constant ATSC for M2tsAudioBufferModel
///
public static readonly M2tsAudioBufferModel ATSC = new M2tsAudioBufferModel("ATSC");
///
/// Constant DVB for M2tsAudioBufferModel
///
public static readonly M2tsAudioBufferModel DVB = new M2tsAudioBufferModel("DVB");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsAudioBufferModel(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsAudioBufferModel FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsAudioBufferModel(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsAudioInterval.
///
public class M2tsAudioInterval : ConstantClass
{
///
/// Constant VIDEO_AND_FIXED_INTERVALS for M2tsAudioInterval
///
public static readonly M2tsAudioInterval VIDEO_AND_FIXED_INTERVALS = new M2tsAudioInterval("VIDEO_AND_FIXED_INTERVALS");
///
/// Constant VIDEO_INTERVAL for M2tsAudioInterval
///
public static readonly M2tsAudioInterval VIDEO_INTERVAL = new M2tsAudioInterval("VIDEO_INTERVAL");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsAudioInterval(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsAudioInterval FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsAudioInterval(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsAudioStreamType.
///
public class M2tsAudioStreamType : ConstantClass
{
///
/// Constant ATSC for M2tsAudioStreamType
///
public static readonly M2tsAudioStreamType ATSC = new M2tsAudioStreamType("ATSC");
///
/// Constant DVB for M2tsAudioStreamType
///
public static readonly M2tsAudioStreamType DVB = new M2tsAudioStreamType("DVB");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsAudioStreamType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsAudioStreamType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsAudioStreamType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsBufferModel.
///
public class M2tsBufferModel : ConstantClass
{
///
/// Constant MULTIPLEX for M2tsBufferModel
///
public static readonly M2tsBufferModel MULTIPLEX = new M2tsBufferModel("MULTIPLEX");
///
/// Constant NONE for M2tsBufferModel
///
public static readonly M2tsBufferModel NONE = new M2tsBufferModel("NONE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsBufferModel(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsBufferModel FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsBufferModel(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsCcDescriptor.
///
public class M2tsCcDescriptor : ConstantClass
{
///
/// Constant DISABLED for M2tsCcDescriptor
///
public static readonly M2tsCcDescriptor DISABLED = new M2tsCcDescriptor("DISABLED");
///
/// Constant ENABLED for M2tsCcDescriptor
///
public static readonly M2tsCcDescriptor ENABLED = new M2tsCcDescriptor("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsCcDescriptor(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsCcDescriptor FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsCcDescriptor(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsEbifControl.
///
public class M2tsEbifControl : ConstantClass
{
///
/// Constant NONE for M2tsEbifControl
///
public static readonly M2tsEbifControl NONE = new M2tsEbifControl("NONE");
///
/// Constant PASSTHROUGH for M2tsEbifControl
///
public static readonly M2tsEbifControl PASSTHROUGH = new M2tsEbifControl("PASSTHROUGH");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsEbifControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsEbifControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsEbifControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsEbpPlacement.
///
public class M2tsEbpPlacement : ConstantClass
{
///
/// Constant VIDEO_AND_AUDIO_PIDS for M2tsEbpPlacement
///
public static readonly M2tsEbpPlacement VIDEO_AND_AUDIO_PIDS = new M2tsEbpPlacement("VIDEO_AND_AUDIO_PIDS");
///
/// Constant VIDEO_PID for M2tsEbpPlacement
///
public static readonly M2tsEbpPlacement VIDEO_PID = new M2tsEbpPlacement("VIDEO_PID");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsEbpPlacement(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsEbpPlacement FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsEbpPlacement(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsEsRateInPes.
///
public class M2tsEsRateInPes : ConstantClass
{
///
/// Constant EXCLUDE for M2tsEsRateInPes
///
public static readonly M2tsEsRateInPes EXCLUDE = new M2tsEsRateInPes("EXCLUDE");
///
/// Constant INCLUDE for M2tsEsRateInPes
///
public static readonly M2tsEsRateInPes INCLUDE = new M2tsEsRateInPes("INCLUDE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsEsRateInPes(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsEsRateInPes FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsEsRateInPes(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsKlv.
///
public class M2tsKlv : ConstantClass
{
///
/// Constant NONE for M2tsKlv
///
public static readonly M2tsKlv NONE = new M2tsKlv("NONE");
///
/// Constant PASSTHROUGH for M2tsKlv
///
public static readonly M2tsKlv PASSTHROUGH = new M2tsKlv("PASSTHROUGH");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsKlv(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsKlv FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsKlv(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsNielsenId3Behavior.
///
public class M2tsNielsenId3Behavior : ConstantClass
{
///
/// Constant NO_PASSTHROUGH for M2tsNielsenId3Behavior
///
public static readonly M2tsNielsenId3Behavior NO_PASSTHROUGH = new M2tsNielsenId3Behavior("NO_PASSTHROUGH");
///
/// Constant PASSTHROUGH for M2tsNielsenId3Behavior
///
public static readonly M2tsNielsenId3Behavior PASSTHROUGH = new M2tsNielsenId3Behavior("PASSTHROUGH");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsNielsenId3Behavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsNielsenId3Behavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsNielsenId3Behavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsPcrControl.
///
public class M2tsPcrControl : ConstantClass
{
///
/// Constant CONFIGURED_PCR_PERIOD for M2tsPcrControl
///
public static readonly M2tsPcrControl CONFIGURED_PCR_PERIOD = new M2tsPcrControl("CONFIGURED_PCR_PERIOD");
///
/// Constant PCR_EVERY_PES_PACKET for M2tsPcrControl
///
public static readonly M2tsPcrControl PCR_EVERY_PES_PACKET = new M2tsPcrControl("PCR_EVERY_PES_PACKET");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsPcrControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsPcrControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsPcrControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsRateMode.
///
public class M2tsRateMode : ConstantClass
{
///
/// Constant CBR for M2tsRateMode
///
public static readonly M2tsRateMode CBR = new M2tsRateMode("CBR");
///
/// Constant VBR for M2tsRateMode
///
public static readonly M2tsRateMode VBR = new M2tsRateMode("VBR");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsRateMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsRateMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsRateMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsScte35Control.
///
public class M2tsScte35Control : ConstantClass
{
///
/// Constant NONE for M2tsScte35Control
///
public static readonly M2tsScte35Control NONE = new M2tsScte35Control("NONE");
///
/// Constant PASSTHROUGH for M2tsScte35Control
///
public static readonly M2tsScte35Control PASSTHROUGH = new M2tsScte35Control("PASSTHROUGH");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsScte35Control(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsScte35Control FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsScte35Control(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsSegmentationMarkers.
///
public class M2tsSegmentationMarkers : ConstantClass
{
///
/// Constant EBP for M2tsSegmentationMarkers
///
public static readonly M2tsSegmentationMarkers EBP = new M2tsSegmentationMarkers("EBP");
///
/// Constant EBP_LEGACY for M2tsSegmentationMarkers
///
public static readonly M2tsSegmentationMarkers EBP_LEGACY = new M2tsSegmentationMarkers("EBP_LEGACY");
///
/// Constant NONE for M2tsSegmentationMarkers
///
public static readonly M2tsSegmentationMarkers NONE = new M2tsSegmentationMarkers("NONE");
///
/// Constant PSI_SEGSTART for M2tsSegmentationMarkers
///
public static readonly M2tsSegmentationMarkers PSI_SEGSTART = new M2tsSegmentationMarkers("PSI_SEGSTART");
///
/// Constant RAI_ADAPT for M2tsSegmentationMarkers
///
public static readonly M2tsSegmentationMarkers RAI_ADAPT = new M2tsSegmentationMarkers("RAI_ADAPT");
///
/// Constant RAI_SEGSTART for M2tsSegmentationMarkers
///
public static readonly M2tsSegmentationMarkers RAI_SEGSTART = new M2tsSegmentationMarkers("RAI_SEGSTART");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsSegmentationMarkers(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsSegmentationMarkers FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsSegmentationMarkers(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsSegmentationStyle.
///
public class M2tsSegmentationStyle : ConstantClass
{
///
/// Constant MAINTAIN_CADENCE for M2tsSegmentationStyle
///
public static readonly M2tsSegmentationStyle MAINTAIN_CADENCE = new M2tsSegmentationStyle("MAINTAIN_CADENCE");
///
/// Constant RESET_CADENCE for M2tsSegmentationStyle
///
public static readonly M2tsSegmentationStyle RESET_CADENCE = new M2tsSegmentationStyle("RESET_CADENCE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsSegmentationStyle(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsSegmentationStyle FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsSegmentationStyle(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M2tsTimedMetadataBehavior.
///
public class M2tsTimedMetadataBehavior : ConstantClass
{
///
/// Constant NO_PASSTHROUGH for M2tsTimedMetadataBehavior
///
public static readonly M2tsTimedMetadataBehavior NO_PASSTHROUGH = new M2tsTimedMetadataBehavior("NO_PASSTHROUGH");
///
/// Constant PASSTHROUGH for M2tsTimedMetadataBehavior
///
public static readonly M2tsTimedMetadataBehavior PASSTHROUGH = new M2tsTimedMetadataBehavior("PASSTHROUGH");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M2tsTimedMetadataBehavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M2tsTimedMetadataBehavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M2tsTimedMetadataBehavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M3u8NielsenId3Behavior.
///
public class M3u8NielsenId3Behavior : ConstantClass
{
///
/// Constant NO_PASSTHROUGH for M3u8NielsenId3Behavior
///
public static readonly M3u8NielsenId3Behavior NO_PASSTHROUGH = new M3u8NielsenId3Behavior("NO_PASSTHROUGH");
///
/// Constant PASSTHROUGH for M3u8NielsenId3Behavior
///
public static readonly M3u8NielsenId3Behavior PASSTHROUGH = new M3u8NielsenId3Behavior("PASSTHROUGH");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M3u8NielsenId3Behavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M3u8NielsenId3Behavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M3u8NielsenId3Behavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M3u8PcrControl.
///
public class M3u8PcrControl : ConstantClass
{
///
/// Constant CONFIGURED_PCR_PERIOD for M3u8PcrControl
///
public static readonly M3u8PcrControl CONFIGURED_PCR_PERIOD = new M3u8PcrControl("CONFIGURED_PCR_PERIOD");
///
/// Constant PCR_EVERY_PES_PACKET for M3u8PcrControl
///
public static readonly M3u8PcrControl PCR_EVERY_PES_PACKET = new M3u8PcrControl("PCR_EVERY_PES_PACKET");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M3u8PcrControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M3u8PcrControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M3u8PcrControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M3u8Scte35Behavior.
///
public class M3u8Scte35Behavior : ConstantClass
{
///
/// Constant NO_PASSTHROUGH for M3u8Scte35Behavior
///
public static readonly M3u8Scte35Behavior NO_PASSTHROUGH = new M3u8Scte35Behavior("NO_PASSTHROUGH");
///
/// Constant PASSTHROUGH for M3u8Scte35Behavior
///
public static readonly M3u8Scte35Behavior PASSTHROUGH = new M3u8Scte35Behavior("PASSTHROUGH");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M3u8Scte35Behavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M3u8Scte35Behavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M3u8Scte35Behavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type M3u8TimedMetadataBehavior.
///
public class M3u8TimedMetadataBehavior : ConstantClass
{
///
/// Constant NO_PASSTHROUGH for M3u8TimedMetadataBehavior
///
public static readonly M3u8TimedMetadataBehavior NO_PASSTHROUGH = new M3u8TimedMetadataBehavior("NO_PASSTHROUGH");
///
/// Constant PASSTHROUGH for M3u8TimedMetadataBehavior
///
public static readonly M3u8TimedMetadataBehavior PASSTHROUGH = new M3u8TimedMetadataBehavior("PASSTHROUGH");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public M3u8TimedMetadataBehavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static M3u8TimedMetadataBehavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator M3u8TimedMetadataBehavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type MaintenanceDay.
///
public class MaintenanceDay : ConstantClass
{
///
/// Constant FRIDAY for MaintenanceDay
///
public static readonly MaintenanceDay FRIDAY = new MaintenanceDay("FRIDAY");
///
/// Constant MONDAY for MaintenanceDay
///
public static readonly MaintenanceDay MONDAY = new MaintenanceDay("MONDAY");
///
/// Constant SATURDAY for MaintenanceDay
///
public static readonly MaintenanceDay SATURDAY = new MaintenanceDay("SATURDAY");
///
/// Constant SUNDAY for MaintenanceDay
///
public static readonly MaintenanceDay SUNDAY = new MaintenanceDay("SUNDAY");
///
/// Constant THURSDAY for MaintenanceDay
///
public static readonly MaintenanceDay THURSDAY = new MaintenanceDay("THURSDAY");
///
/// Constant TUESDAY for MaintenanceDay
///
public static readonly MaintenanceDay TUESDAY = new MaintenanceDay("TUESDAY");
///
/// Constant WEDNESDAY for MaintenanceDay
///
public static readonly MaintenanceDay WEDNESDAY = new MaintenanceDay("WEDNESDAY");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public MaintenanceDay(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static MaintenanceDay FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator MaintenanceDay(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type MotionGraphicsInsertion.
///
public class MotionGraphicsInsertion : ConstantClass
{
///
/// Constant DISABLED for MotionGraphicsInsertion
///
public static readonly MotionGraphicsInsertion DISABLED = new MotionGraphicsInsertion("DISABLED");
///
/// Constant ENABLED for MotionGraphicsInsertion
///
public static readonly MotionGraphicsInsertion ENABLED = new MotionGraphicsInsertion("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public MotionGraphicsInsertion(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static MotionGraphicsInsertion FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator MotionGraphicsInsertion(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Mp2CodingMode.
///
public class Mp2CodingMode : ConstantClass
{
///
/// Constant CODING_MODE_1_0 for Mp2CodingMode
///
public static readonly Mp2CodingMode CODING_MODE_1_0 = new Mp2CodingMode("CODING_MODE_1_0");
///
/// Constant CODING_MODE_2_0 for Mp2CodingMode
///
public static readonly Mp2CodingMode CODING_MODE_2_0 = new Mp2CodingMode("CODING_MODE_2_0");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Mp2CodingMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Mp2CodingMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Mp2CodingMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Mpeg2AdaptiveQuantization.
///
public class Mpeg2AdaptiveQuantization : ConstantClass
{
///
/// Constant AUTO for Mpeg2AdaptiveQuantization
///
public static readonly Mpeg2AdaptiveQuantization AUTO = new Mpeg2AdaptiveQuantization("AUTO");
///
/// Constant HIGH for Mpeg2AdaptiveQuantization
///
public static readonly Mpeg2AdaptiveQuantization HIGH = new Mpeg2AdaptiveQuantization("HIGH");
///
/// Constant LOW for Mpeg2AdaptiveQuantization
///
public static readonly Mpeg2AdaptiveQuantization LOW = new Mpeg2AdaptiveQuantization("LOW");
///
/// Constant MEDIUM for Mpeg2AdaptiveQuantization
///
public static readonly Mpeg2AdaptiveQuantization MEDIUM = new Mpeg2AdaptiveQuantization("MEDIUM");
///
/// Constant OFF for Mpeg2AdaptiveQuantization
///
public static readonly Mpeg2AdaptiveQuantization OFF = new Mpeg2AdaptiveQuantization("OFF");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Mpeg2AdaptiveQuantization(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Mpeg2AdaptiveQuantization FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Mpeg2AdaptiveQuantization(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Mpeg2ColorMetadata.
///
public class Mpeg2ColorMetadata : ConstantClass
{
///
/// Constant IGNORE for Mpeg2ColorMetadata
///
public static readonly Mpeg2ColorMetadata IGNORE = new Mpeg2ColorMetadata("IGNORE");
///
/// Constant INSERT for Mpeg2ColorMetadata
///
public static readonly Mpeg2ColorMetadata INSERT = new Mpeg2ColorMetadata("INSERT");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Mpeg2ColorMetadata(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Mpeg2ColorMetadata FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Mpeg2ColorMetadata(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Mpeg2ColorSpace.
///
public class Mpeg2ColorSpace : ConstantClass
{
///
/// Constant AUTO for Mpeg2ColorSpace
///
public static readonly Mpeg2ColorSpace AUTO = new Mpeg2ColorSpace("AUTO");
///
/// Constant PASSTHROUGH for Mpeg2ColorSpace
///
public static readonly Mpeg2ColorSpace PASSTHROUGH = new Mpeg2ColorSpace("PASSTHROUGH");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Mpeg2ColorSpace(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Mpeg2ColorSpace FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Mpeg2ColorSpace(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Mpeg2DisplayRatio.
///
public class Mpeg2DisplayRatio : ConstantClass
{
///
/// Constant DISPLAYRATIO16X9 for Mpeg2DisplayRatio
///
public static readonly Mpeg2DisplayRatio DISPLAYRATIO16X9 = new Mpeg2DisplayRatio("DISPLAYRATIO16X9");
///
/// Constant DISPLAYRATIO4X3 for Mpeg2DisplayRatio
///
public static readonly Mpeg2DisplayRatio DISPLAYRATIO4X3 = new Mpeg2DisplayRatio("DISPLAYRATIO4X3");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Mpeg2DisplayRatio(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Mpeg2DisplayRatio FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Mpeg2DisplayRatio(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Mpeg2GopSizeUnits.
///
public class Mpeg2GopSizeUnits : ConstantClass
{
///
/// Constant FRAMES for Mpeg2GopSizeUnits
///
public static readonly Mpeg2GopSizeUnits FRAMES = new Mpeg2GopSizeUnits("FRAMES");
///
/// Constant SECONDS for Mpeg2GopSizeUnits
///
public static readonly Mpeg2GopSizeUnits SECONDS = new Mpeg2GopSizeUnits("SECONDS");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Mpeg2GopSizeUnits(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Mpeg2GopSizeUnits FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Mpeg2GopSizeUnits(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Mpeg2ScanType.
///
public class Mpeg2ScanType : ConstantClass
{
///
/// Constant INTERLACED for Mpeg2ScanType
///
public static readonly Mpeg2ScanType INTERLACED = new Mpeg2ScanType("INTERLACED");
///
/// Constant PROGRESSIVE for Mpeg2ScanType
///
public static readonly Mpeg2ScanType PROGRESSIVE = new Mpeg2ScanType("PROGRESSIVE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Mpeg2ScanType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Mpeg2ScanType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Mpeg2ScanType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Mpeg2SubGopLength.
///
public class Mpeg2SubGopLength : ConstantClass
{
///
/// Constant DYNAMIC for Mpeg2SubGopLength
///
public static readonly Mpeg2SubGopLength DYNAMIC = new Mpeg2SubGopLength("DYNAMIC");
///
/// Constant FIXED for Mpeg2SubGopLength
///
public static readonly Mpeg2SubGopLength FIXED = new Mpeg2SubGopLength("FIXED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Mpeg2SubGopLength(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Mpeg2SubGopLength FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Mpeg2SubGopLength(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Mpeg2TimecodeInsertionBehavior.
///
public class Mpeg2TimecodeInsertionBehavior : ConstantClass
{
///
/// Constant DISABLED for Mpeg2TimecodeInsertionBehavior
///
public static readonly Mpeg2TimecodeInsertionBehavior DISABLED = new Mpeg2TimecodeInsertionBehavior("DISABLED");
///
/// Constant GOP_TIMECODE for Mpeg2TimecodeInsertionBehavior
///
public static readonly Mpeg2TimecodeInsertionBehavior GOP_TIMECODE = new Mpeg2TimecodeInsertionBehavior("GOP_TIMECODE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Mpeg2TimecodeInsertionBehavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Mpeg2TimecodeInsertionBehavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Mpeg2TimecodeInsertionBehavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type MsSmoothH265PackagingType.
///
public class MsSmoothH265PackagingType : ConstantClass
{
///
/// Constant HEV1 for MsSmoothH265PackagingType
///
public static readonly MsSmoothH265PackagingType HEV1 = new MsSmoothH265PackagingType("HEV1");
///
/// Constant HVC1 for MsSmoothH265PackagingType
///
public static readonly MsSmoothH265PackagingType HVC1 = new MsSmoothH265PackagingType("HVC1");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public MsSmoothH265PackagingType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static MsSmoothH265PackagingType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator MsSmoothH265PackagingType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type MultiplexState.
///
public class MultiplexState : ConstantClass
{
///
/// Constant CREATE_FAILED for MultiplexState
///
public static readonly MultiplexState CREATE_FAILED = new MultiplexState("CREATE_FAILED");
///
/// Constant CREATING for MultiplexState
///
public static readonly MultiplexState CREATING = new MultiplexState("CREATING");
///
/// Constant DELETED for MultiplexState
///
public static readonly MultiplexState DELETED = new MultiplexState("DELETED");
///
/// Constant DELETING for MultiplexState
///
public static readonly MultiplexState DELETING = new MultiplexState("DELETING");
///
/// Constant IDLE for MultiplexState
///
public static readonly MultiplexState IDLE = new MultiplexState("IDLE");
///
/// Constant RECOVERING for MultiplexState
///
public static readonly MultiplexState RECOVERING = new MultiplexState("RECOVERING");
///
/// Constant RUNNING for MultiplexState
///
public static readonly MultiplexState RUNNING = new MultiplexState("RUNNING");
///
/// Constant STARTING for MultiplexState
///
public static readonly MultiplexState STARTING = new MultiplexState("STARTING");
///
/// Constant STOPPING for MultiplexState
///
public static readonly MultiplexState STOPPING = new MultiplexState("STOPPING");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public MultiplexState(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static MultiplexState FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator MultiplexState(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type NetworkInputServerValidation.
///
public class NetworkInputServerValidation : ConstantClass
{
///
/// Constant CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME for NetworkInputServerValidation
///
public static readonly NetworkInputServerValidation CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME = new NetworkInputServerValidation("CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME");
///
/// Constant CHECK_CRYPTOGRAPHY_ONLY for NetworkInputServerValidation
///
public static readonly NetworkInputServerValidation CHECK_CRYPTOGRAPHY_ONLY = new NetworkInputServerValidation("CHECK_CRYPTOGRAPHY_ONLY");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public NetworkInputServerValidation(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static NetworkInputServerValidation FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator NetworkInputServerValidation(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type NielsenPcmToId3TaggingState.
///
public class NielsenPcmToId3TaggingState : ConstantClass
{
///
/// Constant DISABLED for NielsenPcmToId3TaggingState
///
public static readonly NielsenPcmToId3TaggingState DISABLED = new NielsenPcmToId3TaggingState("DISABLED");
///
/// Constant ENABLED for NielsenPcmToId3TaggingState
///
public static readonly NielsenPcmToId3TaggingState ENABLED = new NielsenPcmToId3TaggingState("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public NielsenPcmToId3TaggingState(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static NielsenPcmToId3TaggingState FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator NielsenPcmToId3TaggingState(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type NielsenWatermarksCbetStepaside.
///
public class NielsenWatermarksCbetStepaside : ConstantClass
{
///
/// Constant DISABLED for NielsenWatermarksCbetStepaside
///
public static readonly NielsenWatermarksCbetStepaside DISABLED = new NielsenWatermarksCbetStepaside("DISABLED");
///
/// Constant ENABLED for NielsenWatermarksCbetStepaside
///
public static readonly NielsenWatermarksCbetStepaside ENABLED = new NielsenWatermarksCbetStepaside("ENABLED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public NielsenWatermarksCbetStepaside(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static NielsenWatermarksCbetStepaside FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator NielsenWatermarksCbetStepaside(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type NielsenWatermarksDistributionTypes.
///
public class NielsenWatermarksDistributionTypes : ConstantClass
{
///
/// Constant FINAL_DISTRIBUTOR for NielsenWatermarksDistributionTypes
///
public static readonly NielsenWatermarksDistributionTypes FINAL_DISTRIBUTOR = new NielsenWatermarksDistributionTypes("FINAL_DISTRIBUTOR");
///
/// Constant PROGRAM_CONTENT for NielsenWatermarksDistributionTypes
///
public static readonly NielsenWatermarksDistributionTypes PROGRAM_CONTENT = new NielsenWatermarksDistributionTypes("PROGRAM_CONTENT");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public NielsenWatermarksDistributionTypes(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static NielsenWatermarksDistributionTypes FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator NielsenWatermarksDistributionTypes(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type NielsenWatermarkTimezones.
///
public class NielsenWatermarkTimezones : ConstantClass
{
///
/// Constant AMERICA_PUERTO_RICO for NielsenWatermarkTimezones
///
public static readonly NielsenWatermarkTimezones AMERICA_PUERTO_RICO = new NielsenWatermarkTimezones("AMERICA_PUERTO_RICO");
///
/// Constant US_ALASKA for NielsenWatermarkTimezones
///
public static readonly NielsenWatermarkTimezones US_ALASKA = new NielsenWatermarkTimezones("US_ALASKA");
///
/// Constant US_ARIZONA for NielsenWatermarkTimezones
///
public static readonly NielsenWatermarkTimezones US_ARIZONA = new NielsenWatermarkTimezones("US_ARIZONA");
///
/// Constant US_CENTRAL for NielsenWatermarkTimezones
///
public static readonly NielsenWatermarkTimezones US_CENTRAL = new NielsenWatermarkTimezones("US_CENTRAL");
///
/// Constant US_EASTERN for NielsenWatermarkTimezones
///
public static readonly NielsenWatermarkTimezones US_EASTERN = new NielsenWatermarkTimezones("US_EASTERN");
///
/// Constant US_HAWAII for NielsenWatermarkTimezones
///
public static readonly NielsenWatermarkTimezones US_HAWAII = new NielsenWatermarkTimezones("US_HAWAII");
///
/// Constant US_MOUNTAIN for NielsenWatermarkTimezones
///
public static readonly NielsenWatermarkTimezones US_MOUNTAIN = new NielsenWatermarkTimezones("US_MOUNTAIN");
///
/// Constant US_PACIFIC for NielsenWatermarkTimezones
///
public static readonly NielsenWatermarkTimezones US_PACIFIC = new NielsenWatermarkTimezones("US_PACIFIC");
///
/// Constant US_SAMOA for NielsenWatermarkTimezones
///
public static readonly NielsenWatermarkTimezones US_SAMOA = new NielsenWatermarkTimezones("US_SAMOA");
///
/// Constant UTC for NielsenWatermarkTimezones
///
public static readonly NielsenWatermarkTimezones UTC = new NielsenWatermarkTimezones("UTC");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public NielsenWatermarkTimezones(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static NielsenWatermarkTimezones FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator NielsenWatermarkTimezones(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type OfferingDurationUnits.
///
public class OfferingDurationUnits : ConstantClass
{
///
/// Constant MONTHS for OfferingDurationUnits
///
public static readonly OfferingDurationUnits MONTHS = new OfferingDurationUnits("MONTHS");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public OfferingDurationUnits(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static OfferingDurationUnits FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator OfferingDurationUnits(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type OfferingType.
///
public class OfferingType : ConstantClass
{
///
/// Constant NO_UPFRONT for OfferingType
///
public static readonly OfferingType NO_UPFRONT = new OfferingType("NO_UPFRONT");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public OfferingType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static OfferingType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator OfferingType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type PipelineId.
///
public class PipelineId : ConstantClass
{
///
/// Constant PIPELINE_0 for PipelineId
///
public static readonly PipelineId PIPELINE_0 = new PipelineId("PIPELINE_0");
///
/// Constant PIPELINE_1 for PipelineId
///
public static readonly PipelineId PIPELINE_1 = new PipelineId("PIPELINE_1");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public PipelineId(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static PipelineId FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator PipelineId(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type PreferredChannelPipeline.
///
public class PreferredChannelPipeline : ConstantClass
{
///
/// Constant CURRENTLY_ACTIVE for PreferredChannelPipeline
///
public static readonly PreferredChannelPipeline CURRENTLY_ACTIVE = new PreferredChannelPipeline("CURRENTLY_ACTIVE");
///
/// Constant PIPELINE_0 for PreferredChannelPipeline
///
public static readonly PreferredChannelPipeline PIPELINE_0 = new PreferredChannelPipeline("PIPELINE_0");
///
/// Constant PIPELINE_1 for PreferredChannelPipeline
///
public static readonly PreferredChannelPipeline PIPELINE_1 = new PreferredChannelPipeline("PIPELINE_1");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public PreferredChannelPipeline(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static PreferredChannelPipeline FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator PreferredChannelPipeline(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type RebootInputDeviceForce.
///
public class RebootInputDeviceForce : ConstantClass
{
///
/// Constant NO for RebootInputDeviceForce
///
public static readonly RebootInputDeviceForce NO = new RebootInputDeviceForce("NO");
///
/// Constant YES for RebootInputDeviceForce
///
public static readonly RebootInputDeviceForce YES = new RebootInputDeviceForce("YES");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public RebootInputDeviceForce(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static RebootInputDeviceForce FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator RebootInputDeviceForce(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ReservationAutomaticRenewal.
///
public class ReservationAutomaticRenewal : ConstantClass
{
///
/// Constant DISABLED for ReservationAutomaticRenewal
///
public static readonly ReservationAutomaticRenewal DISABLED = new ReservationAutomaticRenewal("DISABLED");
///
/// Constant ENABLED for ReservationAutomaticRenewal
///
public static readonly ReservationAutomaticRenewal ENABLED = new ReservationAutomaticRenewal("ENABLED");
///
/// Constant UNAVAILABLE for ReservationAutomaticRenewal
///
public static readonly ReservationAutomaticRenewal UNAVAILABLE = new ReservationAutomaticRenewal("UNAVAILABLE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public ReservationAutomaticRenewal(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ReservationAutomaticRenewal FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ReservationAutomaticRenewal(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ReservationCodec.
///
public class ReservationCodec : ConstantClass
{
///
/// Constant AUDIO for ReservationCodec
///
public static readonly ReservationCodec AUDIO = new ReservationCodec("AUDIO");
///
/// Constant AVC for ReservationCodec
///
public static readonly ReservationCodec AVC = new ReservationCodec("AVC");
///
/// Constant HEVC for ReservationCodec
///
public static readonly ReservationCodec HEVC = new ReservationCodec("HEVC");
///
/// Constant LINK for ReservationCodec
///
public static readonly ReservationCodec LINK = new ReservationCodec("LINK");
///
/// Constant MPEG2 for ReservationCodec
///
public static readonly ReservationCodec MPEG2 = new ReservationCodec("MPEG2");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public ReservationCodec(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ReservationCodec FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ReservationCodec(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ReservationMaximumBitrate.
///
public class ReservationMaximumBitrate : ConstantClass
{
///
/// Constant MAX_10_MBPS for ReservationMaximumBitrate
///
public static readonly ReservationMaximumBitrate MAX_10_MBPS = new ReservationMaximumBitrate("MAX_10_MBPS");
///
/// Constant MAX_20_MBPS for ReservationMaximumBitrate
///
public static readonly ReservationMaximumBitrate MAX_20_MBPS = new ReservationMaximumBitrate("MAX_20_MBPS");
///
/// Constant MAX_50_MBPS for ReservationMaximumBitrate
///
public static readonly ReservationMaximumBitrate MAX_50_MBPS = new ReservationMaximumBitrate("MAX_50_MBPS");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public ReservationMaximumBitrate(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ReservationMaximumBitrate FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ReservationMaximumBitrate(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ReservationMaximumFramerate.
///
public class ReservationMaximumFramerate : ConstantClass
{
///
/// Constant MAX_30_FPS for ReservationMaximumFramerate
///
public static readonly ReservationMaximumFramerate MAX_30_FPS = new ReservationMaximumFramerate("MAX_30_FPS");
///
/// Constant MAX_60_FPS for ReservationMaximumFramerate
///
public static readonly ReservationMaximumFramerate MAX_60_FPS = new ReservationMaximumFramerate("MAX_60_FPS");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public ReservationMaximumFramerate(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ReservationMaximumFramerate FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ReservationMaximumFramerate(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ReservationResolution.
///
public class ReservationResolution : ConstantClass
{
///
/// Constant FHD for ReservationResolution
///
public static readonly ReservationResolution FHD = new ReservationResolution("FHD");
///
/// Constant HD for ReservationResolution
///
public static readonly ReservationResolution HD = new ReservationResolution("HD");
///
/// Constant SD for ReservationResolution
///
public static readonly ReservationResolution SD = new ReservationResolution("SD");
///
/// Constant UHD for ReservationResolution
///
public static readonly ReservationResolution UHD = new ReservationResolution("UHD");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public ReservationResolution(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ReservationResolution FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ReservationResolution(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ReservationResourceType.
///
public class ReservationResourceType : ConstantClass
{
///
/// Constant CHANNEL for ReservationResourceType
///
public static readonly ReservationResourceType CHANNEL = new ReservationResourceType("CHANNEL");
///
/// Constant INPUT for ReservationResourceType
///
public static readonly ReservationResourceType INPUT = new ReservationResourceType("INPUT");
///
/// Constant MULTIPLEX for ReservationResourceType
///
public static readonly ReservationResourceType MULTIPLEX = new ReservationResourceType("MULTIPLEX");
///
/// Constant OUTPUT for ReservationResourceType
///
public static readonly ReservationResourceType OUTPUT = new ReservationResourceType("OUTPUT");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public ReservationResourceType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ReservationResourceType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ReservationResourceType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ReservationSpecialFeature.
///
public class ReservationSpecialFeature : ConstantClass
{
///
/// Constant ADVANCED_AUDIO for ReservationSpecialFeature
///
public static readonly ReservationSpecialFeature ADVANCED_AUDIO = new ReservationSpecialFeature("ADVANCED_AUDIO");
///
/// Constant AUDIO_NORMALIZATION for ReservationSpecialFeature
///
public static readonly ReservationSpecialFeature AUDIO_NORMALIZATION = new ReservationSpecialFeature("AUDIO_NORMALIZATION");
///
/// Constant MGHD for ReservationSpecialFeature
///
public static readonly ReservationSpecialFeature MGHD = new ReservationSpecialFeature("MGHD");
///
/// Constant MGUHD for ReservationSpecialFeature
///
public static readonly ReservationSpecialFeature MGUHD = new ReservationSpecialFeature("MGUHD");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public ReservationSpecialFeature(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ReservationSpecialFeature FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ReservationSpecialFeature(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ReservationState.
///
public class ReservationState : ConstantClass
{
///
/// Constant ACTIVE for ReservationState
///
public static readonly ReservationState ACTIVE = new ReservationState("ACTIVE");
///
/// Constant CANCELED for ReservationState
///
public static readonly ReservationState CANCELED = new ReservationState("CANCELED");
///
/// Constant DELETED for ReservationState
///
public static readonly ReservationState DELETED = new ReservationState("DELETED");
///
/// Constant EXPIRED for ReservationState
///
public static readonly ReservationState EXPIRED = new ReservationState("EXPIRED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public ReservationState(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ReservationState FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ReservationState(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ReservationVideoQuality.
///
public class ReservationVideoQuality : ConstantClass
{
///
/// Constant ENHANCED for ReservationVideoQuality
///
public static readonly ReservationVideoQuality ENHANCED = new ReservationVideoQuality("ENHANCED");
///
/// Constant PREMIUM for ReservationVideoQuality
///
public static readonly ReservationVideoQuality PREMIUM = new ReservationVideoQuality("PREMIUM");
///
/// Constant STANDARD for ReservationVideoQuality
///
public static readonly ReservationVideoQuality STANDARD = new ReservationVideoQuality("STANDARD");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public ReservationVideoQuality(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ReservationVideoQuality FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ReservationVideoQuality(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type RtmpAdMarkers.
///
public class RtmpAdMarkers : ConstantClass
{
///
/// Constant ON_CUE_POINT_SCTE35 for RtmpAdMarkers
///
public static readonly RtmpAdMarkers ON_CUE_POINT_SCTE35 = new RtmpAdMarkers("ON_CUE_POINT_SCTE35");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public RtmpAdMarkers(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static RtmpAdMarkers FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator RtmpAdMarkers(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type RtmpCacheFullBehavior.
///
public class RtmpCacheFullBehavior : ConstantClass
{
///
/// Constant DISCONNECT_IMMEDIATELY for RtmpCacheFullBehavior
///
public static readonly RtmpCacheFullBehavior DISCONNECT_IMMEDIATELY = new RtmpCacheFullBehavior("DISCONNECT_IMMEDIATELY");
///
/// Constant WAIT_FOR_SERVER for RtmpCacheFullBehavior
///
public static readonly RtmpCacheFullBehavior WAIT_FOR_SERVER = new RtmpCacheFullBehavior("WAIT_FOR_SERVER");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public RtmpCacheFullBehavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static RtmpCacheFullBehavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator RtmpCacheFullBehavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type RtmpCaptionData.
///
public class RtmpCaptionData : ConstantClass
{
///
/// Constant ALL for RtmpCaptionData
///
public static readonly RtmpCaptionData ALL = new RtmpCaptionData("ALL");
///
/// Constant FIELD1_608 for RtmpCaptionData
///
public static readonly RtmpCaptionData FIELD1_608 = new RtmpCaptionData("FIELD1_608");
///
/// Constant FIELD1_AND_FIELD2_608 for RtmpCaptionData
///
public static readonly RtmpCaptionData FIELD1_AND_FIELD2_608 = new RtmpCaptionData("FIELD1_AND_FIELD2_608");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public RtmpCaptionData(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static RtmpCaptionData FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator RtmpCaptionData(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type RtmpOutputCertificateMode.
///
public class RtmpOutputCertificateMode : ConstantClass
{
///
/// Constant SELF_SIGNED for RtmpOutputCertificateMode
///
public static readonly RtmpOutputCertificateMode SELF_SIGNED = new RtmpOutputCertificateMode("SELF_SIGNED");
///
/// Constant VERIFY_AUTHENTICITY for RtmpOutputCertificateMode
///
public static readonly RtmpOutputCertificateMode VERIFY_AUTHENTICITY = new RtmpOutputCertificateMode("VERIFY_AUTHENTICITY");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public RtmpOutputCertificateMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static RtmpOutputCertificateMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator RtmpOutputCertificateMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type S3CannedAcl.
///
public class S3CannedAcl : ConstantClass
{
///
/// Constant AUTHENTICATED_READ for S3CannedAcl
///
public static readonly S3CannedAcl AUTHENTICATED_READ = new S3CannedAcl("AUTHENTICATED_READ");
///
/// Constant BUCKET_OWNER_FULL_CONTROL for S3CannedAcl
///
public static readonly S3CannedAcl BUCKET_OWNER_FULL_CONTROL = new S3CannedAcl("BUCKET_OWNER_FULL_CONTROL");
///
/// Constant BUCKET_OWNER_READ for S3CannedAcl
///
public static readonly S3CannedAcl BUCKET_OWNER_READ = new S3CannedAcl("BUCKET_OWNER_READ");
///
/// Constant PUBLIC_READ for S3CannedAcl
///
public static readonly S3CannedAcl PUBLIC_READ = new S3CannedAcl("PUBLIC_READ");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public S3CannedAcl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static S3CannedAcl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator S3CannedAcl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Scte20Convert608To708.
///
public class Scte20Convert608To708 : ConstantClass
{
///
/// Constant DISABLED for Scte20Convert608To708
///
public static readonly Scte20Convert608To708 DISABLED = new Scte20Convert608To708("DISABLED");
///
/// Constant UPCONVERT for Scte20Convert608To708
///
public static readonly Scte20Convert608To708 UPCONVERT = new Scte20Convert608To708("UPCONVERT");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Scte20Convert608To708(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Scte20Convert608To708 FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Scte20Convert608To708(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Scte27OcrLanguage.
///
public class Scte27OcrLanguage : ConstantClass
{
///
/// Constant DEU for Scte27OcrLanguage
///
public static readonly Scte27OcrLanguage DEU = new Scte27OcrLanguage("DEU");
///
/// Constant ENG for Scte27OcrLanguage
///
public static readonly Scte27OcrLanguage ENG = new Scte27OcrLanguage("ENG");
///
/// Constant FRA for Scte27OcrLanguage
///
public static readonly Scte27OcrLanguage FRA = new Scte27OcrLanguage("FRA");
///
/// Constant NLD for Scte27OcrLanguage
///
public static readonly Scte27OcrLanguage NLD = new Scte27OcrLanguage("NLD");
///
/// Constant POR for Scte27OcrLanguage
///
public static readonly Scte27OcrLanguage POR = new Scte27OcrLanguage("POR");
///
/// Constant SPA for Scte27OcrLanguage
///
public static readonly Scte27OcrLanguage SPA = new Scte27OcrLanguage("SPA");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Scte27OcrLanguage(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Scte27OcrLanguage FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Scte27OcrLanguage(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Scte35AposNoRegionalBlackoutBehavior.
///
public class Scte35AposNoRegionalBlackoutBehavior : ConstantClass
{
///
/// Constant FOLLOW for Scte35AposNoRegionalBlackoutBehavior
///
public static readonly Scte35AposNoRegionalBlackoutBehavior FOLLOW = new Scte35AposNoRegionalBlackoutBehavior("FOLLOW");
///
/// Constant IGNORE for Scte35AposNoRegionalBlackoutBehavior
///
public static readonly Scte35AposNoRegionalBlackoutBehavior IGNORE = new Scte35AposNoRegionalBlackoutBehavior("IGNORE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Scte35AposNoRegionalBlackoutBehavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Scte35AposNoRegionalBlackoutBehavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Scte35AposNoRegionalBlackoutBehavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Scte35AposWebDeliveryAllowedBehavior.
///
public class Scte35AposWebDeliveryAllowedBehavior : ConstantClass
{
///
/// Constant FOLLOW for Scte35AposWebDeliveryAllowedBehavior
///
public static readonly Scte35AposWebDeliveryAllowedBehavior FOLLOW = new Scte35AposWebDeliveryAllowedBehavior("FOLLOW");
///
/// Constant IGNORE for Scte35AposWebDeliveryAllowedBehavior
///
public static readonly Scte35AposWebDeliveryAllowedBehavior IGNORE = new Scte35AposWebDeliveryAllowedBehavior("IGNORE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Scte35AposWebDeliveryAllowedBehavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Scte35AposWebDeliveryAllowedBehavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Scte35AposWebDeliveryAllowedBehavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Scte35ArchiveAllowedFlag.
///
public class Scte35ArchiveAllowedFlag : ConstantClass
{
///
/// Constant ARCHIVE_ALLOWED for Scte35ArchiveAllowedFlag
///
public static readonly Scte35ArchiveAllowedFlag ARCHIVE_ALLOWED = new Scte35ArchiveAllowedFlag("ARCHIVE_ALLOWED");
///
/// Constant ARCHIVE_NOT_ALLOWED for Scte35ArchiveAllowedFlag
///
public static readonly Scte35ArchiveAllowedFlag ARCHIVE_NOT_ALLOWED = new Scte35ArchiveAllowedFlag("ARCHIVE_NOT_ALLOWED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Scte35ArchiveAllowedFlag(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Scte35ArchiveAllowedFlag FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Scte35ArchiveAllowedFlag(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Scte35DeviceRestrictions.
///
public class Scte35DeviceRestrictions : ConstantClass
{
///
/// Constant NONE for Scte35DeviceRestrictions
///
public static readonly Scte35DeviceRestrictions NONE = new Scte35DeviceRestrictions("NONE");
///
/// Constant RESTRICT_GROUP0 for Scte35DeviceRestrictions
///
public static readonly Scte35DeviceRestrictions RESTRICT_GROUP0 = new Scte35DeviceRestrictions("RESTRICT_GROUP0");
///
/// Constant RESTRICT_GROUP1 for Scte35DeviceRestrictions
///
public static readonly Scte35DeviceRestrictions RESTRICT_GROUP1 = new Scte35DeviceRestrictions("RESTRICT_GROUP1");
///
/// Constant RESTRICT_GROUP2 for Scte35DeviceRestrictions
///
public static readonly Scte35DeviceRestrictions RESTRICT_GROUP2 = new Scte35DeviceRestrictions("RESTRICT_GROUP2");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Scte35DeviceRestrictions(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Scte35DeviceRestrictions FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Scte35DeviceRestrictions(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Scte35InputMode.
///
public class Scte35InputMode : ConstantClass
{
///
/// Constant FIXED for Scte35InputMode
///
public static readonly Scte35InputMode FIXED = new Scte35InputMode("FIXED");
///
/// Constant FOLLOW_ACTIVE for Scte35InputMode
///
public static readonly Scte35InputMode FOLLOW_ACTIVE = new Scte35InputMode("FOLLOW_ACTIVE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Scte35InputMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Scte35InputMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Scte35InputMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Scte35NoRegionalBlackoutFlag.
///
public class Scte35NoRegionalBlackoutFlag : ConstantClass
{
///
/// Constant NO_REGIONAL_BLACKOUT for Scte35NoRegionalBlackoutFlag
///
public static readonly Scte35NoRegionalBlackoutFlag NO_REGIONAL_BLACKOUT = new Scte35NoRegionalBlackoutFlag("NO_REGIONAL_BLACKOUT");
///
/// Constant REGIONAL_BLACKOUT for Scte35NoRegionalBlackoutFlag
///
public static readonly Scte35NoRegionalBlackoutFlag REGIONAL_BLACKOUT = new Scte35NoRegionalBlackoutFlag("REGIONAL_BLACKOUT");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Scte35NoRegionalBlackoutFlag(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Scte35NoRegionalBlackoutFlag FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Scte35NoRegionalBlackoutFlag(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Scte35SegmentationCancelIndicator.
///
public class Scte35SegmentationCancelIndicator : ConstantClass
{
///
/// Constant SEGMENTATION_EVENT_CANCELED for Scte35SegmentationCancelIndicator
///
public static readonly Scte35SegmentationCancelIndicator SEGMENTATION_EVENT_CANCELED = new Scte35SegmentationCancelIndicator("SEGMENTATION_EVENT_CANCELED");
///
/// Constant SEGMENTATION_EVENT_NOT_CANCELED for Scte35SegmentationCancelIndicator
///
public static readonly Scte35SegmentationCancelIndicator SEGMENTATION_EVENT_NOT_CANCELED = new Scte35SegmentationCancelIndicator("SEGMENTATION_EVENT_NOT_CANCELED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Scte35SegmentationCancelIndicator(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Scte35SegmentationCancelIndicator FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Scte35SegmentationCancelIndicator(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Scte35SpliceInsertNoRegionalBlackoutBehavior.
///
public class Scte35SpliceInsertNoRegionalBlackoutBehavior : ConstantClass
{
///
/// Constant FOLLOW for Scte35SpliceInsertNoRegionalBlackoutBehavior
///
public static readonly Scte35SpliceInsertNoRegionalBlackoutBehavior FOLLOW = new Scte35SpliceInsertNoRegionalBlackoutBehavior("FOLLOW");
///
/// Constant IGNORE for Scte35SpliceInsertNoRegionalBlackoutBehavior
///
public static readonly Scte35SpliceInsertNoRegionalBlackoutBehavior IGNORE = new Scte35SpliceInsertNoRegionalBlackoutBehavior("IGNORE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Scte35SpliceInsertNoRegionalBlackoutBehavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Scte35SpliceInsertNoRegionalBlackoutBehavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Scte35SpliceInsertNoRegionalBlackoutBehavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Scte35SpliceInsertWebDeliveryAllowedBehavior.
///
public class Scte35SpliceInsertWebDeliveryAllowedBehavior : ConstantClass
{
///
/// Constant FOLLOW for Scte35SpliceInsertWebDeliveryAllowedBehavior
///
public static readonly Scte35SpliceInsertWebDeliveryAllowedBehavior FOLLOW = new Scte35SpliceInsertWebDeliveryAllowedBehavior("FOLLOW");
///
/// Constant IGNORE for Scte35SpliceInsertWebDeliveryAllowedBehavior
///
public static readonly Scte35SpliceInsertWebDeliveryAllowedBehavior IGNORE = new Scte35SpliceInsertWebDeliveryAllowedBehavior("IGNORE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Scte35SpliceInsertWebDeliveryAllowedBehavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Scte35SpliceInsertWebDeliveryAllowedBehavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Scte35SpliceInsertWebDeliveryAllowedBehavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Scte35WebDeliveryAllowedFlag.
///
public class Scte35WebDeliveryAllowedFlag : ConstantClass
{
///
/// Constant WEB_DELIVERY_ALLOWED for Scte35WebDeliveryAllowedFlag
///
public static readonly Scte35WebDeliveryAllowedFlag WEB_DELIVERY_ALLOWED = new Scte35WebDeliveryAllowedFlag("WEB_DELIVERY_ALLOWED");
///
/// Constant WEB_DELIVERY_NOT_ALLOWED for Scte35WebDeliveryAllowedFlag
///
public static readonly Scte35WebDeliveryAllowedFlag WEB_DELIVERY_NOT_ALLOWED = new Scte35WebDeliveryAllowedFlag("WEB_DELIVERY_NOT_ALLOWED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Scte35WebDeliveryAllowedFlag(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Scte35WebDeliveryAllowedFlag FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Scte35WebDeliveryAllowedFlag(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type SmoothGroupAudioOnlyTimecodeControl.
///
public class SmoothGroupAudioOnlyTimecodeControl : ConstantClass
{
///
/// Constant PASSTHROUGH for SmoothGroupAudioOnlyTimecodeControl
///
public static readonly SmoothGroupAudioOnlyTimecodeControl PASSTHROUGH = new SmoothGroupAudioOnlyTimecodeControl("PASSTHROUGH");
///
/// Constant USE_CONFIGURED_CLOCK for SmoothGroupAudioOnlyTimecodeControl
///
public static readonly SmoothGroupAudioOnlyTimecodeControl USE_CONFIGURED_CLOCK = new SmoothGroupAudioOnlyTimecodeControl("USE_CONFIGURED_CLOCK");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public SmoothGroupAudioOnlyTimecodeControl(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static SmoothGroupAudioOnlyTimecodeControl FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator SmoothGroupAudioOnlyTimecodeControl(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type SmoothGroupCertificateMode.
///
public class SmoothGroupCertificateMode : ConstantClass
{
///
/// Constant SELF_SIGNED for SmoothGroupCertificateMode
///
public static readonly SmoothGroupCertificateMode SELF_SIGNED = new SmoothGroupCertificateMode("SELF_SIGNED");
///
/// Constant VERIFY_AUTHENTICITY for SmoothGroupCertificateMode
///
public static readonly SmoothGroupCertificateMode VERIFY_AUTHENTICITY = new SmoothGroupCertificateMode("VERIFY_AUTHENTICITY");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public SmoothGroupCertificateMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static SmoothGroupCertificateMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator SmoothGroupCertificateMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type SmoothGroupEventIdMode.
///
public class SmoothGroupEventIdMode : ConstantClass
{
///
/// Constant NO_EVENT_ID for SmoothGroupEventIdMode
///
public static readonly SmoothGroupEventIdMode NO_EVENT_ID = new SmoothGroupEventIdMode("NO_EVENT_ID");
///
/// Constant USE_CONFIGURED for SmoothGroupEventIdMode
///
public static readonly SmoothGroupEventIdMode USE_CONFIGURED = new SmoothGroupEventIdMode("USE_CONFIGURED");
///
/// Constant USE_TIMESTAMP for SmoothGroupEventIdMode
///
public static readonly SmoothGroupEventIdMode USE_TIMESTAMP = new SmoothGroupEventIdMode("USE_TIMESTAMP");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public SmoothGroupEventIdMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static SmoothGroupEventIdMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator SmoothGroupEventIdMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type SmoothGroupEventStopBehavior.
///
public class SmoothGroupEventStopBehavior : ConstantClass
{
///
/// Constant NONE for SmoothGroupEventStopBehavior
///
public static readonly SmoothGroupEventStopBehavior NONE = new SmoothGroupEventStopBehavior("NONE");
///
/// Constant SEND_EOS for SmoothGroupEventStopBehavior
///
public static readonly SmoothGroupEventStopBehavior SEND_EOS = new SmoothGroupEventStopBehavior("SEND_EOS");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public SmoothGroupEventStopBehavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static SmoothGroupEventStopBehavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator SmoothGroupEventStopBehavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type SmoothGroupSegmentationMode.
///
public class SmoothGroupSegmentationMode : ConstantClass
{
///
/// Constant USE_INPUT_SEGMENTATION for SmoothGroupSegmentationMode
///
public static readonly SmoothGroupSegmentationMode USE_INPUT_SEGMENTATION = new SmoothGroupSegmentationMode("USE_INPUT_SEGMENTATION");
///
/// Constant USE_SEGMENT_DURATION for SmoothGroupSegmentationMode
///
public static readonly SmoothGroupSegmentationMode USE_SEGMENT_DURATION = new SmoothGroupSegmentationMode("USE_SEGMENT_DURATION");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public SmoothGroupSegmentationMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static SmoothGroupSegmentationMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator SmoothGroupSegmentationMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type SmoothGroupSparseTrackType.
///
public class SmoothGroupSparseTrackType : ConstantClass
{
///
/// Constant NONE for SmoothGroupSparseTrackType
///
public static readonly SmoothGroupSparseTrackType NONE = new SmoothGroupSparseTrackType("NONE");
///
/// Constant SCTE_35 for SmoothGroupSparseTrackType
///
public static readonly SmoothGroupSparseTrackType SCTE_35 = new SmoothGroupSparseTrackType("SCTE_35");
///
/// Constant SCTE_35_WITHOUT_SEGMENTATION for SmoothGroupSparseTrackType
///
public static readonly SmoothGroupSparseTrackType SCTE_35_WITHOUT_SEGMENTATION = new SmoothGroupSparseTrackType("SCTE_35_WITHOUT_SEGMENTATION");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public SmoothGroupSparseTrackType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static SmoothGroupSparseTrackType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator SmoothGroupSparseTrackType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type SmoothGroupStreamManifestBehavior.
///
public class SmoothGroupStreamManifestBehavior : ConstantClass
{
///
/// Constant DO_NOT_SEND for SmoothGroupStreamManifestBehavior
///
public static readonly SmoothGroupStreamManifestBehavior DO_NOT_SEND = new SmoothGroupStreamManifestBehavior("DO_NOT_SEND");
///
/// Constant SEND for SmoothGroupStreamManifestBehavior
///
public static readonly SmoothGroupStreamManifestBehavior SEND = new SmoothGroupStreamManifestBehavior("SEND");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public SmoothGroupStreamManifestBehavior(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static SmoothGroupStreamManifestBehavior FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator SmoothGroupStreamManifestBehavior(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type SmoothGroupTimestampOffsetMode.
///
public class SmoothGroupTimestampOffsetMode : ConstantClass
{
///
/// Constant USE_CONFIGURED_OFFSET for SmoothGroupTimestampOffsetMode
///
public static readonly SmoothGroupTimestampOffsetMode USE_CONFIGURED_OFFSET = new SmoothGroupTimestampOffsetMode("USE_CONFIGURED_OFFSET");
///
/// Constant USE_EVENT_START_DATE for SmoothGroupTimestampOffsetMode
///
public static readonly SmoothGroupTimestampOffsetMode USE_EVENT_START_DATE = new SmoothGroupTimestampOffsetMode("USE_EVENT_START_DATE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public SmoothGroupTimestampOffsetMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static SmoothGroupTimestampOffsetMode FindValue(string value)
{
return FindValue(value);
}
///