MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / Encode

Method Encode

src/render/plugin_interface/gr_video_encoder_plugin.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 VideoEncoderError GrVideoEncoderPlugin::Encode(const Microsoft::WRL::ComPtr<ID3D11Texture2D>& tex2d, uint64_t frame_index, const std::any& extra) {
42 return VideoEncoderError::NotImplemented();
43 }
44
45 VideoEncoderError GrVideoEncoderPlugin::Encode(const std::shared_ptr<Image>& i420_image, uint64_t frame_index, const std::any& extra) {
46 return VideoEncoderError::NotImplemented();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected