Show / Hide Table of Contents

Class Mp4Muxing

Mp4Muxing

Inheritance
System.Object
BitmovinResponse
BitmovinResource
Muxing
Mp4Muxing
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 Mp4Muxing : Muxing

Properties

DolbyVisionConfiguration

Dolby Vision specific configuration

Declaration
public DolbyVisionMuxingConfiguration DolbyVisionConfiguration { get; set; }
Property Value
Type Description
DolbyVisionMuxingConfiguration

Filename

Name of the new Video

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

FragmentDuration

Duration of fragments in milliseconds. Required for Fragmented MP4 Muxing (for Smooth Streaming or DASH On-Demand). Not setting this will result in unfragmented mp4.

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

FragmentedMP4MuxingManifestType

FragmentedMP4MuxingManifestType

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

TimeCode

TimeCode

Declaration
public TimeCode TimeCode { get; set; }
Property Value
Type Description
TimeCode
Back to top Generated by DocFX