Searched refs:streamType (Results 1 – 3 of 3) sorted by relevance
64 RTStreamInfo* getInputInfo(std::string streamType = "none");65 RTStreamInfo* getOutputInfo(std::string streamType = "none");67 …RT_RET getPackets(std::list<RTMediaBuffer *> *packets, std::string streamType = "none…69 RT_BOOL hasInputStream(std::string streamType = "none");70 RT_BOOL hasOutputStream(std::string streamType = "none");71 INT32 inputQueueSize(std::string streamType = "none");72 RT_BOOL inputIsEmpty(std::string streamType = "none");73 RT_BOOL outputIsEmpty(std::string streamType = "none");75 RTMediaBuffer* inputHeadBuffer(std::string streamType = "none");76 RTMediaBuffer* dequeInputBuffer(std::string streamType = "none");[all …]
35 void setStreamType(std::string streamType) { in setStreamType() argument36 mStreamType = streamType; in setStreamType()38 std::string streamType() { in streamType() function
124 …RT_RET attachOutStreamPool(RTMediaBufferPool *pool, std::string streamType = RT_NONE);125 RT_RET detachOutStreamPool(std::string streamType = RT_NONE);