IGPAPI
    Preparing search index...

    Interface UploadVideoSegmentInitInput

    interface UploadVideoSegmentInitInput {
        ruploadParams: Record<string, string | undefined>;
        segmentType?: string;
        startOffset: number;
        streamId: string;
        transferId: string;
        waterfallId: string;
    }
    Index

    Properties

    ruploadParams: Record<string, string | undefined>
    segmentType?: string
    startOffset: number
    streamId: string
    transferId: string
    waterfallId: string