Searched refs:movieProps (Results 1 – 1 of 1) sorted by relevance
688 QTNewMoviePropertyElement movieProps[8]; in load() local715 movieProps[moviePropCount].propClass = kQTPropertyClass_DataLocation; in load()716 movieProps[moviePropCount].propID = kQTDataLocationPropertyID_CFURL; in load()717 movieProps[moviePropCount].propValueSize = sizeof(m_private->m_currentURL); in load()718 movieProps[moviePropCount].propValueAddress = &(m_private->m_currentURL); in load()719 movieProps[moviePropCount].propStatus = 0; in load()722 movieProps[moviePropCount].propClass = kQTPropertyClass_MovieInstantiation; in load()723 movieProps[moviePropCount].propID = kQTMovieInstantiationPropertyID_DontAskUnresolvedDataRefs; in load()724 movieProps[moviePropCount].propValueSize = sizeof(boolTrue); in load()725 movieProps[moviePropCount].propValueAddress = &boolTrue; in load()[all …]