Vinyl
    Preparing search index...

    Interface UpdateStreamingStatusRequest

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

    Hierarchy (View Summary)

    Index

    Properties

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