Show / Hide Table of Contents

Class SmoothStreamingRepresentation

SmoothStreamingRepresentation

Inheritance
System.Object
BitmovinResponse
BitmovinResource
SmoothStreamingRepresentation
Inherited Members
BitmovinResource.Name
BitmovinResource.Description
BitmovinResource.CreatedAt
BitmovinResource.ModifiedAt
BitmovinResource.CustomData
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 SmoothStreamingRepresentation : BitmovinResource

Properties

EncodingId

Id of the encoding (required)

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

Language

Language of the MP4 file

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

MediaFile

The Smooth Streaming ismv or isma file that will be referenced in the manifest. (required)

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

MuxingId

Id of the muxing. (required)

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

Priority

Specify the priority of this representation. Representations with higher priority will be listed first in the manifest.

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

TrackName

Track where this MP4 shoudl be added

Declaration
public string TrackName { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX