@Properties(inherit=avformat.class) public class AVInputFormat extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVInputFormat()
Default native constructor.
|
AVInputFormat(long size)
Native array allocator.
|
AVInputFormat(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PointerPointer |
codec_tag() |
AVCodecTag |
codec_tag(int i) |
BytePointer |
extensions()
If extensions are defined, then no probe is done.
|
AVInputFormat |
extensions(BytePointer setter) |
int |
flags()
Can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, AVFMT_SHOW_IDS,
AVFMT_NOTIMESTAMPS, AVFMT_GENERIC_INDEX, AVFMT_TS_DISCONT, AVFMT_NOBINSEARCH,
AVFMT_NOGENSEARCH, AVFMT_NO_BYTE_SEEK, AVFMT_SEEK_TO_PTS.
|
AVInputFormat |
flags(int setter) |
AVInputFormat |
getPointer(long i) |
BytePointer |
long_name()
Descriptive name for the format, meant to be more human-readable
than name.
|
AVInputFormat |
long_name(BytePointer setter) |
BytePointer |
mime_type()
Comma-separated list of mime types.
|
AVInputFormat |
mime_type(BytePointer setter) |
BytePointer |
name()
A comma separated list of short names for the format.
|
AVInputFormat |
name(BytePointer setter) |
AVInputFormat |
position(long position) |
AVClass |
priv_class()
AVClass for the private context
|
AVInputFormat |
priv_class(AVClass setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public AVInputFormat()
public AVInputFormat(long size)
Pointer.position(long)
.public AVInputFormat(Pointer p)
Pointer(Pointer)
.public AVInputFormat position(long position)
public AVInputFormat getPointer(long i)
getPointer
in class Pointer
@Cast(value="const char*") public BytePointer name()
public AVInputFormat name(BytePointer setter)
@Cast(value="const char*") public BytePointer long_name()
public AVInputFormat long_name(BytePointer setter)
public int flags()
public AVInputFormat flags(int setter)
@Cast(value="const char*") public BytePointer extensions()
public AVInputFormat extensions(BytePointer setter)
@MemberGetter @Const public AVCodecTag codec_tag(int i)
@MemberGetter @Cast(value="const AVCodecTag*const*") public PointerPointer codec_tag()
public AVInputFormat priv_class(AVClass setter)
@Cast(value="const char*") public BytePointer mime_type()
av_probe_input_format2
public AVInputFormat mime_type(BytePointer setter)
Copyright © 2024. All rights reserved.