Show / Hide Table of Contents

Class AkamaiMslOutput

AkamaiMslOutput

Inheritance
System.Object
BitmovinResponse
BitmovinResource
Output
AkamaiMslOutput
Inherited Members
Output.Acl
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 AkamaiMslOutput : Output

Properties

EventName

The Akamai event name (required)

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

MslVersion

The Akamai MSL Version. Only MSL4 is supported at the moment. (required)

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

StreamFormat

The stream format. Only DASH is supported at the moment. (required)

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

StreamId

The Akamai stream ID (required)

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