Show / Hide Table of Contents

Class BasicMediaInfo

BasicMediaInfo

Inheritance
System.Object
BitmovinResponse
BasicMediaInfo
SegmentsMediaInfo
VttMediaInfo
Inherited Members
BitmovinResponse.Id
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 BasicMediaInfo : BitmovinResponse

Properties

AssocLanguage

Identifies a language that is associated with the Rendition.

Declaration
public string AssocLanguage { get; set; }
Property Value
Type Description
System.String

Autoselect

If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.

Declaration
public bool? Autoselect { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Characteristics

Contains Uniform Type Identifiers

Declaration
public List<string> Characteristics { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

GroupId

The value is a quoted-string which specifies the group to which the Rendition belongs. (required)

Declaration
public string GroupId { get; set; }
Property Value
Type Description
System.String

IsDefault

If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.

Declaration
public bool? IsDefault { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Language

Primary language in the rendition.

Declaration
public string Language { get; set; }
Property Value
Type Description
System.String

Name

Human readable description of the rendition. (required)

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