public static class avfilter.AVFilterBufferRef extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVFilterBufferRef()
Default native constructor.
|
AVFilterBufferRef(int size)
Native array allocator.
|
AVFilterBufferRef(Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic AVFilterBufferRef()
public AVFilterBufferRef(int size)
Pointer.position(int).public AVFilterBufferRef(Pointer p)
Pointer.Pointer(Pointer).public avfilter.AVFilterBufferRef position(int position)
public avfilter.AVFilterBuffer buf()
public avfilter.AVFilterBufferRef buf(avfilter.AVFilterBuffer buf)
@Cast(value="uint8_t*") public BytePointer data(int i)
public avfilter.AVFilterBufferRef data(int i, BytePointer data)
@MemberGetter @Cast(value="uint8_t**") public PointerPointer data()
@Cast(value="uint8_t*") public BytePointer extended_data(int i)
public avfilter.AVFilterBufferRef extended_data(int i, BytePointer extended_data)
@MemberGetter @Cast(value="uint8_t**") public PointerPointer extended_data()
public int linesize(int i)
public avfilter.AVFilterBufferRef linesize(int i, int linesize)
@MemberGetter public IntPointer linesize()
public avfilter.AVFilterBufferRefVideoProps video()
public avfilter.AVFilterBufferRef video(avfilter.AVFilterBufferRefVideoProps video)
public avfilter.AVFilterBufferRefAudioProps audio()
public avfilter.AVFilterBufferRef audio(avfilter.AVFilterBufferRefAudioProps audio)
public long pts()
public avfilter.AVFilterBufferRef pts(long pts)
public long pos()
public avfilter.AVFilterBufferRef pos(long pos)
public int format()
public avfilter.AVFilterBufferRef format(int format)
public int perms()
public avfilter.AVFilterBufferRef perms(int perms)
public avfilter.AVFilterBufferRef type(int type)
public avutil.AVDictionary metadata()
public avfilter.AVFilterBufferRef metadata(avutil.AVDictionary metadata)
Copyright © 2015. All Rights Reserved.