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

av_copy_packet_side_data() private method

private av_copy_packet_side_data ( AVPacket @dst, AVPacket @src ) : int
@dst AVPacket
@src AVPacket
return int
        public static extern int av_copy_packet_side_data(AVPacket* @dst, AVPacket* @src);
        
ffmpeg