profile method

H265Codec profile(
  1. VideoCodecProfile profile
)

Implementation

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