Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVCodecDescriptor() |
AVCodecDescriptor(int size) |
AVCodecDescriptor(Pointer p) |
| 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)
public AVCodecDescriptor(Pointer p)
public avcodec.AVCodecDescriptor position(int position)
public int id()
public avcodec.AVCodecDescriptor id(int id)
public int type()
public avcodec.AVCodecDescriptor type(int type)
public BytePointer name()
public BytePointer long_name()
public int props()
public avcodec.AVCodecDescriptor props(int props)
public BytePointer mime_types(int i)
public PointerPointer mime_types()
Copyright © 2014. All Rights Reserved.