Class (GI Struct)

GstAudio-1.0GstAudioAudioFormatInfo

Information for an audio format.

Index

Constructors

Properties

depth: number
description: string
endianness: number
name: string
pack_func: AudioFormatPack
silence: Uint8Array
unpack_format: GstAudio.AudioFormat
unpack_func: AudioFormatUnpack
width: number

Methods

  • Fill length bytes in dest with silence samples for info.

    Parameters

    • dest: string | Uint8Array<ArrayBufferLike>

      a destination to fill

    Returns void