CardVideoSource constructor

CardVideoSource(
  1. int clientPtr,
  2. int size, {
  3. int checkHead = 1,
})

Implementation

CardVideoSource(this.clientPtr, this.size, {this.checkHead = 1})
    : super(VideoSourceType.CARD_SOURCE);