Vinyl
    Preparing search index...

    Interface TerminateAndUpdateStreamingStatusRequest

    interface TerminateAndUpdateStreamingStatusRequest {
        clientMetadata: dmls.ClientMetadata;
        contentDuration?: number;
        contentID: dmls.ContentID;
        currentPlayTime?: number;
        customerId?: null | string;
        deviceGroup?: DeviceGroup;
        deviceIdsToTerminate?: string[];
        deviceToken: dmls.DeviceToken;
        httpBody?: string;
        httpHeadersMap?: Record<string, string>;
        musicRequestIdentityContext?: MusicRequestIdentityContext;
        oldDeviceName?: string;
        streamingStatus: dmls.StreamingStatus;
    }

    Hierarchy (View Summary)

    Index

    Properties

    clientMetadata: dmls.ClientMetadata
    contentDuration?: number
    contentID: dmls.ContentID
    currentPlayTime?: number
    customerId?: null | string
    deviceGroup?: DeviceGroup
    deviceIdsToTerminate?: string[]
    deviceToken: dmls.DeviceToken
    httpBody?: string
    httpHeadersMap?: Record<string, string>
    musicRequestIdentityContext?: MusicRequestIdentityContext
    oldDeviceName?: string
    streamingStatus: dmls.StreamingStatus