Show / Hide Table of Contents

Class InsertableContent

InsertableContent

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

Properties

Inputs

Either a list of movie files to be inserted in the live stream or a single image file. The movie files must have a video stream at stream position 0, which matches the codec, resolution and framerate of the livestream. The number of audio streams must also be the same and they have to match the sample format, number of channels and sample rate of the audio streams of the livestream. Supported image formats are: .Y.U.V, Alias PIX, animated GIF, APNG, BMP, DPX, FITS, JPEG, JPEG 2000, JPEG-LS, PAM, PBM, PCX, PGM, PGMYUV, PNG, PPM, SGI, Sun Rasterfile, TIFF, Truevision Targa, WebP, XBM, XFace, XPM, XWD

Declaration
public List<InsertableContentInput> Inputs { get; set; }
Property Value
Type Description
System.Collections.Generic.List<InsertableContentInput>

Status

Status of the insertable content.

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