Gjsify LogoGjsify Logo

Hierarchy

  • AudioSample

Index

Constructors

  • Allocate a new audio sample able to store capacity bytes of audio data.

    The returned sample must be freed with vnc_audio_sample_free when no longer required.

    Parameters

    • capacity: number

      the sample size in bytes

    Returns AudioSample

Properties

capacity: number
data: number
length: number
name: string

Methods

  • Allocate a new audio sample, initializing it with a copy of the data in sample.

    The returned sample must be freed with vnc_audio_sample_free when no longer required.

    Returns AudioSample

  • free(): void
  • Allocate a new audio sample able to store capacity bytes of audio data.

    The returned sample must be freed with vnc_audio_sample_free when no longer required.

    Parameters

    • capacity: number

      the sample size in bytes

    Returns AudioSample

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method