Home
last modified time | relevance | path

Searched refs:VideoShortComposition (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/kdenlive/kdenlive-21.12.3/src/transitions/
H A Dtransitionsrepository.cpp84 result.type = AssetListType::AssetType::VideoShortComposition; in parseCustomAssetFile()
165 …etListType::AssetType::VideoComposition || type == AssetListType::AssetType::VideoShortComposition; in isComposition()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/
H A Ddefinitions.h90 …, Video, Audio, Custom, CustomAudio, Favorites, AudioComposition, VideoShortComposition, VideoComp… enumerator
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/timeline2/view/
H A Dtimelinecontroller.cpp491 …sitionsRepository::get()->getType(transitionId) == AssetListType::AssetType::VideoShortComposition; in insertNewComposition()