public static class avformat.AVIOContext extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
avformat.AVIOContext.Read_packet_Pointer_BytePointer_int |
static class |
avformat.AVIOContext.Read_pause_Pointer_int
Pause or resume playback for network streaming protocols - e.g.
|
static class |
avformat.AVIOContext.Read_seek_Pointer_int_long_int
Seek to a given timestamp in stream with the specified stream_index.
|
static class |
avformat.AVIOContext.Seek_Pointer_long_int |
static class |
avformat.AVIOContext.Update_checksum_long_BytePointer_int |
static class |
avformat.AVIOContext.Write_packet_Pointer_BytePointer_int |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
avformat.AVIOContext() |
avformat.AVIOContext(int size) |
avformat.AVIOContext(Pointer p) |
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 avformat.AVIOContext()
public avformat.AVIOContext(int size)
public avformat.AVIOContext(Pointer p)
public avformat.AVIOContext position(int position)
public avutil.AVClass av_class()
public BytePointer buffer()
public avformat.AVIOContext buffer(BytePointer buffer)
public int buffer_size()
public avformat.AVIOContext buffer_size(int buffer_size)
public BytePointer buf_ptr()
public avformat.AVIOContext buf_ptr(BytePointer buf_ptr)
public BytePointer buf_end()
public avformat.AVIOContext buf_end(BytePointer buf_end)
public Pointer opaque()
public avformat.AVIOContext opaque(Pointer opaque)
public avformat.AVIOContext.Read_packet_Pointer_BytePointer_int read_packet()
public avformat.AVIOContext read_packet(avformat.AVIOContext.Read_packet_Pointer_BytePointer_int read_packet)
public avformat.AVIOContext.Write_packet_Pointer_BytePointer_int write_packet()
public avformat.AVIOContext write_packet(avformat.AVIOContext.Write_packet_Pointer_BytePointer_int write_packet)
public avformat.AVIOContext.Seek_Pointer_long_int seek()
public avformat.AVIOContext seek(avformat.AVIOContext.Seek_Pointer_long_int seek)
public long pos()
public avformat.AVIOContext pos(long pos)
public int must_flush()
public avformat.AVIOContext must_flush(int must_flush)
public int eof_reached()
public avformat.AVIOContext eof_reached(int eof_reached)
public int write_flag()
public avformat.AVIOContext write_flag(int write_flag)
public int max_packet_size()
public avformat.AVIOContext max_packet_size(int max_packet_size)
public long checksum()
public avformat.AVIOContext checksum(long checksum)
public BytePointer checksum_ptr()
public avformat.AVIOContext checksum_ptr(BytePointer checksum_ptr)
public avformat.AVIOContext.Update_checksum_long_BytePointer_int update_checksum()
public avformat.AVIOContext update_checksum(avformat.AVIOContext.Update_checksum_long_BytePointer_int update_checksum)
public int error()
public avformat.AVIOContext error(int error)
public avformat.AVIOContext.Read_pause_Pointer_int read_pause()
public avformat.AVIOContext read_pause(avformat.AVIOContext.Read_pause_Pointer_int read_pause)
public avformat.AVIOContext.Read_seek_Pointer_int_long_int read_seek()
public avformat.AVIOContext read_seek(avformat.AVIOContext.Read_seek_Pointer_int_long_int read_seek)
public int seekable()
public avformat.AVIOContext seekable(int seekable)
public long maxsize()
public avformat.AVIOContext maxsize(long maxsize)
public int direct()
public avformat.AVIOContext direct(int direct)
public long bytes_read()
public avformat.AVIOContext bytes_read(long bytes_read)
public int seek_count()
public avformat.AVIOContext seek_count(int seek_count)
public int writeout_count()
public avformat.AVIOContext writeout_count(int writeout_count)
Copyright © 2014. All Rights Reserved.