Class MediaStream
MediaStream
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 MediaStream : BitmovinResponse
Properties
Codec
Codec of the stream
Declaration
public string Codec { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Duration
Duration of the stream in seconds
Declaration
public double? Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Position
Position of the stream in the media, starting from 0.
Declaration
public int? Position { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |