Home
last modified time | relevance | path

Searched refs:rtmp_op_e (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/cygnal/libnet/
H A Drtmp_client.h67 std::shared_ptr<cygnal::Buffer> encodeStreamOp(double id, rtmp_op_e op, bool flag);
68 std::shared_ptr<cygnal::Buffer> encodeStreamOp(double id, rtmp_op_e op, bool flag, double pos);
69 …DSOEXPORT std::shared_ptr<cygnal::Buffer> encodeStreamOp(double id, rtmp_op_e op, bool flag, const…
70 …std::shared_ptr<cygnal::Buffer> encodeStreamOp(double id, rtmp_op_e op, bool flag, const std::stri…
H A Drtmp_client.cpp434 RTMPClient::encodeStreamOp(double id, rtmp_op_e op, bool flag) in connectToServer()
441 RTMPClient::encodeStreamOp(double id, rtmp_op_e op, bool flag, double pos) in connectToServer()
448 RTMPClient::encodeStreamOp(double id, rtmp_op_e op, bool flag, const std::string &name) in connectToServer()
461 RTMPClient::encodeStreamOp(double id, rtmp_op_e op, bool flag, const std::string &name, double pos) in connectToServer()
H A Drtmp.h242 } rtmp_op_e; typedef