Class DolbyVisionMetadata
DolbyVisionMetadata
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class DolbyVisionMetadata : BitmovinResource
Properties
MetadataInputStreamId
ID of the Dolby Vision Metadata Ingest Input Stream which provides the XML Metadata file. Required if metadataSource is set to INPUT_STREAM.
Declaration
public string MetadataInputStreamId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MetadataSource
Dolby Vision Metadata Source (required)
Declaration
public DolbyVisionMetadataSource? MetadataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DolbyVisionMetadataSource> |
Profile
Dolby Vision Profile (required)
Declaration
public DolbyVisionProfile? Profile { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DolbyVisionProfile> |