Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVCodecDescriptor()
Default native constructor.
|
AVCodecDescriptor(int size)
Native array allocator.
|
AVCodecDescriptor(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
id() |
avcodec.AVCodecDescriptor |
id(int id) |
BytePointer |
long_name()
A more descriptive name for this codec.
|
PointerPointer |
mime_types() |
BytePointer |
mime_types(int i)
MIME type(s) associated with the codec.
|
BytePointer |
name()
Name of the codec described by this descriptor.
|
avcodec.AVCodecDescriptor |
position(int position) |
int |
props()
Codec properties, a combination of AV_CODEC_PROP_* flags.
|
avcodec.AVCodecDescriptor |
props(int props) |
int |
type() |
avcodec.AVCodecDescriptor |
type(int type) |
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 AVCodecDescriptor()
public AVCodecDescriptor(int size)
Pointer.position(int).public AVCodecDescriptor(Pointer p)
Pointer.Pointer(Pointer).public avcodec.AVCodecDescriptor position(int position)
public avcodec.AVCodecDescriptor id(int id)
public avcodec.AVCodecDescriptor type(int type)
@MemberGetter @Cast(value="const char*") public BytePointer name()
@MemberGetter @Cast(value="const char*") public BytePointer long_name()
public int props()
public avcodec.AVCodecDescriptor props(int props)
@MemberGetter @Cast(value="const char*") public BytePointer mime_types(int i)
@MemberGetter @Cast(value="const char*const*") public PointerPointer mime_types()
Copyright © 2015. All Rights Reserved.