Interface UploadBufferInfo

Hierarchy

  • UploadBufferInfo

Properties

encodedData: Buffer

Encoded data in ATEM native format (eg YUVA for pixels, 24bit audio)

hash: null | string

Hash for the encoded data, intended as a unique identifier/checksum When null, one will be generated from the encodedData This is returned by the ATEM when describing what is in each slot

isRleEncoded: boolean

Whether RLE encoding has been performed on this buffer (when supported)

rawDataLength: number

Length of the encoded data, before any RLE encoding

Generated using TypeDoc