Show / Hide Table of Contents

Class MuxingInformationVideoTrack

MuxingInformationVideoTrack

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

Properties

AspectRatio

The aspect ratio of the stream

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

BitRate

The bitrate of the video track

Declaration
public long? BitRate { get; }
Property Value
Type Description
System.Nullable<System.Int64>

Codec

The codec used for the track

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

CodecIso

The codec string of the track

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

Duration

The duration in seconds

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

FrameHeight

The height of the frame in pixel

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

FrameMode

The frame mode (e.g. progressive)

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

FrameRate

The frame rate of the stream in fractional format

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

FrameWidth

The width of the frame in pixel

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

Index

The stream index in the container

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

NumberOfFrames

The number of frames of that video track

Declaration
public long? NumberOfFrames { get; }
Property Value
Type Description
System.Nullable<System.Int64>

PixelFormat

The pixel format used

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

Rate

Rate

Declaration
public long? Rate { get; }
Property Value
Type Description
System.Nullable<System.Int64>

StartTime

The start time in seconds

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