profile method

H264Codec profile(
  1. VideoCodecProfile profile
)

Implementation

H264Codec profile(VideoCodecProfile profile) {
  _profile = profile;
  return this;
}