Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3053752
codec.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
551 B
Referenced Files
None
Subscribers
None
codec.h
View Options
#ifndef STREAMS_CODEC_H
#define STREAMS_CODEC_H
#include
"types.h"
#include
<stdbool.h>
extern
ant_value_t
g_tes_proto
;
extern
ant_value_t
g_tds_proto
;
void
init_codec_stream_module
(
void
);
void
gc_mark_codec_streams
(
ant_t
*
js
,
void
(
*
mark
)(
ant_t
*
,
ant_value_t
));
bool
tes_is_stream
(
ant_value_t
obj
);
bool
tds_is_stream
(
ant_value_t
obj
);
ant_value_t
tes_stream_readable
(
ant_value_t
obj
);
ant_value_t
tes_stream_writable
(
ant_value_t
obj
);
ant_value_t
tds_stream_readable
(
ant_value_t
obj
);
ant_value_t
tds_stream_writable
(
ant_value_t
obj
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Fri, Apr 3, 4:11 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
521473
Default Alt Text
codec.h (551 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment