Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FFmpegLogger

Hierarchy

  • FFmpegLogger

Index

Methods

Optional debug

  • debug(message: string): void

Optional error

  • error(message: string): void

Optional fatal

  • fatal(message: string): void

Optional info

  • info(message: string): void

Optional trace

  • trace(message: string): void

Optional verbose

  • verbose(message: string): void

Optional warning

  • warning(message: string): void