Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PHZ76/RtspServer
/ H264File
Method
H264File
example/rtsp_h264_file.cpp:115–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
H264File::H264File(int buf_size)
116
: m_buf_size(buf_size)
117
{
118
m_buf = new char[m_buf_size];
119
}
120
121
H264File::~H264File()
122
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected