@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface DownloadMediaFileInput

    Input for downloading a media file.

    DownloadMediaFileInput

    interface DownloadMediaFileInput {
        encryptionInfo?: FileEncryptionInfo;
        filename?: string;
        handleId: HandleId;
        uri: string;
    }
    Index

    Properties

    encryptionInfo?: FileEncryptionInfo

    The optional encryption material used to decrypt the media file.

    filename?: string

    The optional file name of the media.

    handleId: HandleId

    Identifier of the handle owned by this client.

    uri: string

    URI of the media to download.