MCPcopy Create free account
hub / github.com/KDE/kdenlive / activeStreamChannels

Method activeStreamChannels

src/mltcontroller/clipcontroller.cpp:1140–1146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1138}
1139
1140QList<int> ClipController::activeStreamChannels() const
1141{
1142 if (!audioInfo()) {
1143 return QList<int>();
1144 }
1145 return audioInfo()->activeStreamChannels();
1146}
1147
1148QMap<int, QString> ClipController::activeStreams() const
1149{

Callers 2

slotOpenClipMethod · 0.45
prepareAudioThumbMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected