Show / Hide Table of Contents

Class Period

Period

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

Properties

Duration

Duration in seconds

Declaration
public double? Duration { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Start

Starting time in seconds

Declaration
public double? Start { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
Back to top Generated by DocFX