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

av_cpb_properties_alloc() private method

private av_cpb_properties_alloc ( ulong @size ) : AVCPBProperties*
@size ulong
return AVCPBProperties*
        public static extern AVCPBProperties* av_cpb_properties_alloc(ulong* @size);
        
ffmpeg