Show / Hide Table of Contents

Class ScheduledInsertableContent

ScheduledInsertableContent

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

Properties

ContentId

Id of the insertable content to play instead of the live stream

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

DurationInSeconds

Duration for how long to play the content. Cut off if shorter, loop if longer than actual duration. This property is required if the insertable content is an image.

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

RunAt

Time to play the content in UTC: YYYY-MM-DDThh:mm:ssZ, if this property is not set the content will be played as soon as possible.

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

Status

Status of the scheduled insertable content.

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