Load Json::Value into this object
| 812 | |
| 813 | // Load Json::Value into this object |
| 814 | void 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 |
| 821 | void FrameMapper::ChangeMapping(Fraction target_fps, PulldownType target_pulldown, int target_sample_rate, int target_channels, ChannelLayout target_channel_layout) |
nothing calls this directly
no outgoing calls
no test coverage detected