Package org.gstreamer.lowlevel.GstBufferAPI

Examples of org.gstreamer.lowlevel.GstBufferAPI.BufferStruct


        @CallerOwnsReturn Pointer ptr_gst_buffer_new_and_alloc(int size);
    }
    private static final API gst = GstNative.load(API.class);
    public Buffer(Initializer init) {
        super(init);
        struct = new BufferStruct(handle());
    }
View Full Code Here

TOP

Related Classes of org.gstreamer.lowlevel.GstBufferAPI.BufferStruct

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.