Show / Hide Table of Contents

Class StreamInfos

StreamInfos

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

Properties

_StreamInfos

Details about billable minutes for each resolution category

Declaration
public List<StreamInfosDetails> _StreamInfos { get; set; }
Property Value
Type Description
System.Collections.Generic.List<StreamInfosDetails>

Time

Timestamp of the event, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ (required)

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