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); } export default UpdateEncodingRtmpIngestPointRequest;