@contentauth/c2pa-node
    Preparing search index...

    Interface SourceBufferAsset

    A buffer for the source asset

    interface SourceBufferAsset {
        buffer: Buffer;
        mimeType: string;
    }
    Index

    Properties

    Properties

    buffer: Buffer
    mimeType: string