Interface HlsSegmentApiStopEncodingProcessRequest

Request parameters for stopEncodingProcess operation in HlsSegmentApi.

HlsSegmentApiStopEncodingProcessRequest

interface HlsSegmentApiStopEncodingProcessRequest {
    deviceId: string;
    playSessionId: string;
}

Properties

deviceId: string

The device id of the client requesting. Used to stop encoding processes when needed.

HlsSegmentApiStopEncodingProcess

playSessionId: string

The play session id.

HlsSegmentApiStopEncodingProcess