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

av_url_split() private method

private av_url_split ( IntPtr @proto, int @proto_size, IntPtr @authorization, int @authorization_size, IntPtr @hostname, int @hostname_size, int @port_ptr, IntPtr @path, int @path_size, [ @url ) : void
@proto IntPtr
@proto_size int
@authorization IntPtr
@authorization_size int
@hostname IntPtr
@hostname_size int
@port_ptr int
@path IntPtr
@path_size int
@url [
return void
        public static extern void av_url_split(IntPtr @proto, int @proto_size, IntPtr @authorization, int @authorization_size, IntPtr @hostname, int @hostname_size, int* @port_ptr, IntPtr @path, int @path_size, [MarshalAs(UnmanagedType.LPStr)] string @url);
        
ffmpeg