![JAR search and dependency download from the Maven repository](/logo.png)
org.bytedeco.ffmpeg.swresample.SwrContext Maven / Gradle / Ivy
// Targeted by JavaCPP version 1.5.3: DO NOT EDIT THIS FILE
package org.bytedeco.ffmpeg.swresample;
import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;
import static org.bytedeco.javacpp.presets.javacpp.*;
import org.bytedeco.ffmpeg.avutil.*;
import static org.bytedeco.ffmpeg.global.avutil.*;
import static org.bytedeco.ffmpeg.global.swresample.*;
/**
* \}
*/
/**
* The libswresample context. Unlike libavcodec and libavformat, this structure
* is opaque. This means that if you would like to set options, you must use
* the \ref avoptions API and cannot directly set values to members of the
* structure.
*/
@Opaque @Properties(inherit = org.bytedeco.ffmpeg.presets.swresample.class)
public class SwrContext extends Pointer {
/** Empty constructor. Calls {@code super((Pointer)null)}. */
public SwrContext() { super((Pointer)null); }
/** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
public SwrContext(Pointer p) { super(p); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy