Show / Hide Table of Contents

Class StreamMetadata

StreamMetadata

Inheritance
System.Object
StreamMetadata
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 StreamMetadata

Properties

Language

Language of the media contained in the stream. If the value is not set, then no metadata tag is set for the media stream.

Declaration
public string Language { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX