All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bytedeco.ffmpeg.avutil.AVCAMELLIA Maven / Gradle / Ivy

The newest version!
// Targeted by JavaCPP version 1.5.4: DO NOT EDIT THIS FILE

package org.bytedeco.ffmpeg.avutil;

import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;

import static org.bytedeco.javacpp.presets.javacpp.*;

import static org.bytedeco.ffmpeg.global.avutil.*;


@Opaque @Properties(inherit = org.bytedeco.ffmpeg.presets.avutil.class)
public class AVCAMELLIA extends Pointer {
    /** Empty constructor. Calls {@code super((Pointer)null)}. */
    public AVCAMELLIA() { super((Pointer)null); }
    /** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
    public AVCAMELLIA(Pointer p) { super(p); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy