Show / Hide Table of Contents

Class PlayerVersion

PlayerVersion

Inheritance
System.Object
BitmovinResponse
PlayerVersion
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 PlayerVersion : BitmovinResponse

Properties

CdnUrl

URL of the specified player (required)

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

CreatedAt

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ (required)

Declaration
public DateTime? CreatedAt { get; }
Property Value
Type Description
System.Nullable<System.DateTime>

DownloadUrl

Download URL of the specified player package (required)

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

Version

Version of the Player (required)

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