Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SccApi

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

customdata

customdata: CustomdataApi

Protected restClient

restClient: RestClient

Methods

create

  • Parameters

    • encodingId: string
    • streamId: string
    • Optional sccCaption: SccCaption

    Returns Promise<SccCaption>

delete

  • delete(encodingId: string, streamId: string, captionsId: string): Promise<BitmovinResponse>
  • Parameters

    • encodingId: string
    • streamId: string
    • captionsId: string

    Returns Promise<BitmovinResponse>

get

  • get(encodingId: string, streamId: string, captionsId: string): Promise<SccCaption>
  • Parameters

    • encodingId: string
    • streamId: string
    • captionsId: string

    Returns Promise<SccCaption>

list

Generated using TypeDoc