@Properties(inherit=avutil.class) public class AVEncryptionInitInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
AVEncryptionInitInfo()
Default native constructor.
|
AVEncryptionInitInfo(long size)
Native array allocator.
|
AVEncryptionInitInfo(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
data_size() |
AVEncryptionInitInfo |
data_size(int setter) |
BytePointer |
data()
Key-system specific initialization data.
|
AVEncryptionInitInfo |
data(BytePointer setter) |
int |
key_id_size()
The number of bytes in each key ID.
|
AVEncryptionInitInfo |
key_id_size(int setter) |
PointerPointer |
key_ids() |
BytePointer |
key_ids(int i)
An array of key IDs this initialization data is for.
|
AVEncryptionInitInfo |
key_ids(int i,
BytePointer setter) |
AVEncryptionInitInfo |
key_ids(PointerPointer setter) |
AVEncryptionInitInfo |
next()
An optional pointer to the next initialization info in the list.
|
AVEncryptionInitInfo |
next(AVEncryptionInitInfo setter) |
int |
num_key_ids()
The number of key IDs.
|
AVEncryptionInitInfo |
num_key_ids(int setter) |
AVEncryptionInitInfo |
position(long position) |
int |
system_id_size() |
AVEncryptionInitInfo |
system_id_size(int setter) |
BytePointer |
system_id()
A unique identifier for the key system this is for, can be NULL if it
is not known.
|
AVEncryptionInitInfo |
system_id(BytePointer setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic AVEncryptionInitInfo()
public AVEncryptionInitInfo(long size)
Pointer.position(long).public AVEncryptionInitInfo(Pointer p)
Pointer.Pointer(Pointer).public AVEncryptionInitInfo position(long position)
@Cast(value="uint8_t*") public BytePointer system_id()
public AVEncryptionInitInfo system_id(BytePointer setter)
public AVEncryptionInitInfo system_id_size(int setter)
@Cast(value="uint8_t*") public BytePointer key_ids(int i)
public AVEncryptionInitInfo key_ids(int i, BytePointer setter)
@Cast(value="uint8_t**") public PointerPointer key_ids()
public AVEncryptionInitInfo key_ids(PointerPointer setter)
public AVEncryptionInitInfo num_key_ids(int setter)
@Cast(value="uint32_t") public int key_id_size()
public AVEncryptionInitInfo key_id_size(int setter)
@Cast(value="uint8_t*") public BytePointer data()
public AVEncryptionInitInfo data(BytePointer setter)
public AVEncryptionInitInfo data_size(int setter)
public AVEncryptionInitInfo next()
public AVEncryptionInitInfo next(AVEncryptionInitInfo setter)
Copyright © 2020. All rights reserved.