Show / Hide Table of Contents

Class StreamInfosDetails

StreamInfosDetails

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

Properties

BytesBackupPerSecondAvg

The average amount of backup bytes used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)

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

BytesBackupPerSecondMax

The maximum amount of backup bytes used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)

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

BytesBackupPerSecondMin

The minimum amount of backup bytes used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)

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

BytesReadPerSecondAvg

The average bytes read per second within the last minute (required)

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

BytesReadPerSecondMax

The maximum bytes read per second within the last minute (required)

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

BytesReadPerSecondMin

The minimum bytes read per second within the last minute (required)

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

Codec

The codec of the input stream (required)

Declaration
public LiveEncodingCodec? Codec { get; set; }
Property Value
Type Description
System.Nullable<LiveEncodingCodec>

Height

The height of the stream, if it is a video stream

Declaration
public int? Height { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Id

The id of the stream (required)

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

MediaType

The media type of the stream (required)

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

Rate

The rate (sample rate / fps) of the stream (required)

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

SamplesBackupPerSecondAvg

The average amount of backup samples used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)

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

SamplesBackupPerSecondMax

The maximum amount of backup samples used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)

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

SamplesBackupPerSecondMin

The minimum amount of backup samples used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)

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

SamplesReadPerSecondAvg

The average samples read per second within the last minute (required)

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

SamplesReadPerSecondMax

The maximum samples read per second within the last minute (required)

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

SamplesReadPerSecondMin

The minimum samples read per second within the last minute (required)

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

Width

The width of the stream, if it is a video stream

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