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

avcodec_enum_to_chroma_pos() private method

private avcodec_enum_to_chroma_pos ( int @xpos, int @ypos, AVChromaLocation @pos ) : int
@xpos int
@ypos int
@pos AVChromaLocation
return int
        public static extern int avcodec_enum_to_chroma_pos(int* @xpos, int* @ypos, AVChromaLocation @pos);
        
ffmpeg