Class CreateStreamPackagingConfigDetails
The information about the new Packaging Configuration.
Inherited Members
Namespace: Oci.MediaservicesService.Models
Assembly: OCI.DotNetSDK.Mediaservices.dll
Syntax
public class CreateStreamPackagingConfigDetails
Properties
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}} |
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the stream Packaging Configuration. Avoid entering confidential information. |
Remarks
Required
DistributionChannelId
Declaration
[Required(ErrorMessage = "DistributionChannelId is required.")]
[JsonProperty(PropertyName = "distributionChannelId")]
public string DistributionChannelId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique identifier of the Distribution Channel that this stream packaging configuration belongs to. |
Remarks
Required
Encryption
Declaration
[JsonProperty(PropertyName = "encryption")]
public StreamPackagingConfigEncryption Encryption { get; set; }
Property Value
Type | Description |
---|---|
StreamPackagingConfigEncryption |
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"} |
Locks
Declaration
[JsonProperty(PropertyName = "locks")]
public List<ResourceLock> Locks { get; set; }
Property Value
Type | Description |
---|---|
List<ResourceLock> | Locks associated with this resource. |
SegmentTimeInSeconds
Declaration
[Required(ErrorMessage = "SegmentTimeInSeconds is required.")]
[JsonProperty(PropertyName = "segmentTimeInSeconds")]
public int? SegmentTimeInSeconds { get; set; }
Property Value
Type | Description |
---|---|
int? | The duration in seconds for each fragment. |
Remarks
Required
StreamPackagingFormat
Declaration
[Required(ErrorMessage = "StreamPackagingFormat is required.")]
[JsonProperty(PropertyName = "streamPackagingFormat")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateStreamPackagingConfigDetails.StreamPackagingFormatEnum? StreamPackagingFormat { get; set; }
Property Value
Type | Description |
---|---|
CreateStreamPackagingConfigDetails.StreamPackagingFormatEnum? | The output format for the package. |
Remarks
Required