ffmpeg-d v3.0.0 (2017-08-26T14:53:46Z)
Dub
Repo
avio_seek
ffmpeg
libavformat
avio
fseek() equivalent for AVIOContext. @return new position or AVERROR.
@
nogc
nothrow extern (
C
)
int64_t
avio_seek
(
AVIOContext
*
s
,
int64_t
offset
,
int
whence
)
Meta
Source
See Implementation
ffmpeg
libavformat
avio
enums
AVIODirEntryType
functions
avio_accept
avio_alloc_context
avio_check
avio_close
avio_close_dir
avio_close_dyn_buf
avio_closep
avio_enum_protocols
avio_feof
avio_find_protocol_name
avio_flush
avio_free_directory_entry
avio_get_str
avio_get_str16be
avio_get_str16le
avio_handshake
avio_open
avio_open2
avio_open_dir
avio_open_dyn_buf
avio_pause
avio_printf
avio_put_str
avio_put_str16be
avio_put_str16le
avio_r8
avio_rb16
avio_rb24
avio_rb32
avio_rb64
avio_read
avio_read_dir
avio_read_to_bprint
avio_rl16
avio_rl24
avio_rl32
avio_rl64
avio_seek
avio_seek_time
avio_size
avio_skip
avio_w8
avio_wb16
avio_wb24
avio_wb32
avio_wb64
avio_wl16
avio_wl24
avio_wl32
avio_wl64
avio_write
avpriv_io_delete
avpriv_io_move
url_feof
manifest constants
AVIO_FLAG_DIRECT
AVIO_FLAG_NONBLOCK
AVIO_FLAG_READ
AVIO_FLAG_READ_WRITE
AVIO_FLAG_WRITE
AVSEEK_FORCE
AVSEEK_SIZE
static functions
avio_tell
structs
AVBPrint
AVIOContext
AVIODirContext
AVIODirEntry
AVIOInterruptCB
variables
AVIO_SEEKABLE_NORMAL
fseek() equivalent for AVIOContext. @return new position or AVERROR.