Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
avcodec.AVCodecDescriptor() |
avcodec.AVCodecDescriptor(int size) |
avcodec.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.
|
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 avcodec.AVCodecDescriptor()
public avcodec.AVCodecDescriptor(int size)
public avcodec.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)
Copyright © 2014. All Rights Reserved.