FFmpeg.AutoGen.ffmpeg.avcodec_profile_name C# (CSharp) Method

avcodec_profile_name() private method

private avcodec_profile_name ( AVCodecID @codec_id, int @profile ) : string
@codec_id AVCodecID
@profile int
return string
        public static extern string avcodec_profile_name(AVCodecID @codec_id, int @profile);
        
ffmpeg