Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

AGLowStreamParameter

AGLowStreamParameter: { bitrate?: number; frameRate?: number; height: number; width: number }

Type declaration

  • Optional bitrate?: number
  • Optional frameRate?: number
  • height: number
  • width: number

AGMediaBaseTrack

AGMediaBaseTrack: ILocalTrack & { processorDestination: IBaseProcessor; pipe: any; unpipe: any }