MCPcopy Create free account
hub / github.com/cinder/Cinder / getCodecString

Method getCodecString

src/cinder/Capture.cpp:90–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90std::string Capture::Mode::getCodecString() const
91{
92 switch( mCodec ) {
93 case Codec::Uncompressed: return "Uncompressed";
94 case Codec::JPEG: return "JPEG";
95 case Codec::H264: return "H264";
96 case Codec::HEVC: return "HEVC";
97 case Codec::Unknown: return "Unknown";
98 default: return "Unknown";
99 }
100}
101
102std::string Capture::Mode::getPixelFormatString() const
103{

Callers 3

drawMethod · 0.80
drawMethod · 0.80
Capture.cppFile · 0.80

Calls

no outgoing calls

Tested by 1

drawMethod · 0.64