Packages
sndfile
Sndfile
VirtualIO
GetFilelen
Read
Seek
Tell
Write
VirtualIO
Object Hierarchy:
Sndfile.VirtualIO
Sndfile.VirtualIO
Sndfile.VirtualIO
Description:
[
Compact
]
[
CCode
( cname =
"SF_VIRTUAL_IO"
, cprefix =
""
, free_function =
""
) ]
public
class
VirtualIO
Namespace:
Sndfile
Package:
sndfile
Content:
Delegates:
public
delegate
count_t
GetFilelen
()
public
delegate
count_t
Read
(
void
* ptr,
count_t
count)
public
delegate
count_t
Seek
(
count_t
offset,
int
whence)
public
delegate
count_t
Tell
()
public
delegate
count_t
Write
(
void
* ptr,
count_t
count)