UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

16 lines (15 loc) 577 B
import RtmpIngestPoint from './RtmpIngestPoint'; /** * @export * @class UpdateEncodingRtmpIngestPointRequest */ export declare class UpdateEncodingRtmpIngestPointRequest { /** * List of ingest points to be updated for the encoding. The RTMPs application name and streamKey will be assigned to the encoding. * @type {RtmpIngestPoint[]} * @memberof UpdateEncodingRtmpIngestPointRequest */ ingestPoints?: RtmpIngestPoint[]; constructor(obj?: Partial<UpdateEncodingRtmpIngestPointRequest>); } export default UpdateEncodingRtmpIngestPointRequest;