MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / getMaxStreams

Method getMaxStreams

src/StreamManager.h:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88 ///
89 std::size_t getMaxStreams() const {
90 base::MutexLock lock(_mutex);
91 return _stream.size();
92 }
93
94 ///
95 std::string getDescribeMediaLevelString(int streamID) const;

Callers 1

methodDescribeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected