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

avformat_alloc_context() private method

private avformat_alloc_context ( ) : AVFormatContext*
return AVFormatContext*
        public static extern AVFormatContext* avformat_alloc_context();
        
ffmpeg