Gjsify LogoGjsify Logo

A byte writer instance.

record

Hierarchy

  • GstByteWriter

Index

Constructors

Properties

allocSize: number
fixed: boolean
owned: boolean
parent: Gst.ByteReader
name: string

Methods

  • ensureFreeSpace(size: number): boolean
  • fill(value: number, size: number): boolean
  • free(): void
  • freeAndGetData(): any[]
  • getRemaining(): number
  • init(): void
  • initWithBuffer(buffer: Gst.Buffer, initialized: boolean): void
  • initWithData(data: any[], size: number, initialized: boolean): void
  • initWithSize(size: number, fixed: boolean): void
  • putData(data: any[], size: number): boolean
  • putFloat32Be(val: number): boolean
  • putFloat32Le(val: number): boolean
  • putFloat64Be(val: number): boolean
  • putFloat64Le(val: number): boolean
  • putInt16Be(val: number): boolean
  • putInt16Le(val: number): boolean
  • putInt24Be(val: number): boolean
  • putInt24Le(val: number): boolean
  • putInt32Be(val: number): boolean
  • putInt32Le(val: number): boolean
  • putInt64Be(val: number): boolean
  • putInt64Le(val: number): boolean
  • putInt8(val: number): boolean
  • putStringUtf16(): [boolean, number]
  • putStringUtf32(): [boolean, number]
  • putStringUtf8(data: string): boolean
  • putUint16Be(val: number): boolean
  • putUint16Le(val: number): boolean
  • putUint24Be(val: number): boolean
  • putUint24Le(val: number): boolean
  • putUint32Be(val: number): boolean
  • putUint32Le(val: number): boolean
  • putUint64Be(val: number): boolean
  • putUint64Le(val: number): boolean
  • putUint8(val: number): boolean
  • reset(): void
  • resetAndGetData(): any[]
  • newWithData(data: any[], size: number, initialized: boolean): GstByteWriter

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