Page MenuHomePhorge

codec.h
No OneTemporary

Size
551 B
Referenced Files
None
Subscribers
None
#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

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)

Event Timeline