Show / Hide Table of Contents

Class CmafMuxing

CmafMuxing

Inheritance
System.Object
BitmovinResponse
BitmovinResource
Muxing
CmafMuxing
Inherited Members
Muxing.Streams
Muxing.Outputs
Muxing.AvgBitrate
Muxing.MinBitrate
Muxing.MaxBitrate
Muxing.IgnoredBy
Muxing.StreamConditionsMode
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 CmafMuxing : Muxing

Properties

FramesPerCmafChunk

Number of media frames per CMAF chunk. Defaults to: Length of a segment in frames. Minimum: 1. Maximum: Length of a segment in frames.

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

InitSegmentName

Init segment name

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

InitSegmentNameTemplate

Segment naming policy containing a placeholder of the format '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the initSegmentName property. Intended to avoid re-use of segment names after restarting a live encoding. If initSegmentNameTemplate is set, initSegmentName must not be set.

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

SegmentLength

Length of the fragments in seconds (required)

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

SegmentNaming

Segment naming policy

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

SegmentNamingTemplate

Segment naming policy containing a placeholder of the format '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the segmentNaming property. Intended to avoid re-use of segment names after restarting a live encoding. If segmentNamingTemplate is set, segmentNaming must not be set.

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

SegmentsMuxed

Number of segments which have been encoded

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