MCPcopy Create free account
hub / github.com/Snapchat/Valdi / setOutputType

Method setOutputType

valdi/src/valdi/runtime/Resources/AssetConsumer.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void AssetConsumer::setOutputType(snap::valdi_core::AssetOutputType outputType) {
87 _outputType = outputType;
88}
89
90snap::valdi_core::AssetOutputType AssetConsumer::getOutputType() const {
91 return _outputType;

Callers 1

addAssetLoadObserverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected