MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / SetJsonValue

Method SetJsonValue

src/FrameMapper.cpp:814–818  ·  view source on GitHub ↗

Load Json::Value into this object

Source from the content-addressed store, hash-verified

812
813// Load Json::Value into this object
814void FrameMapper::SetJsonValue(const Json::Value root) {
815
816 // Set parent data
817 ReaderBase::SetJsonValue(root);
818}
819
820// Change frame rate or audio mapping details
821void FrameMapper::ChangeMapping(Fraction target_fps, PulldownType target_pulldown, int target_sample_rate, int target_channels, ChannelLayout target_channel_layout)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected