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

av_get_output_timestamp() private method

private av_get_output_timestamp ( AVFormatContext @s, int @stream, long @dts, long @wall ) : int
@s AVFormatContext
@stream int
@dts long
@wall long
return int
        public static extern int av_get_output_timestamp(AVFormatContext* @s, int @stream, long* @dts, long* @wall);
        
ffmpeg