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

swr_set_channel_mapping() private method

private swr_set_channel_mapping ( SwrContext @s, int @channel_map ) : int
@s SwrContext
@channel_map int
return int
        public static extern int swr_set_channel_mapping(SwrContext* @s, int* @channel_map);
        
ffmpeg