bFrames method

H265Codec bFrames(
  1. bool bFrames
)

Implementation

H265Codec bFrames(bool bFrames) {
  _bFrames = bFrames;
  return this;
}