Searched refs:moviePropCount (Results 1 – 1 of 1) sorted by relevance
640 ItemCount moviePropCount = 0; in load() local666 movieProps[moviePropCount].propClass = kQTPropertyClass_DataLocation; in load()667 movieProps[moviePropCount].propID = kQTDataLocationPropertyID_CFURL; in load()668 movieProps[moviePropCount].propValueSize = sizeof(m_private->m_currentURL); in load()669 movieProps[moviePropCount].propValueAddress = &(m_private->m_currentURL); in load()670 movieProps[moviePropCount].propStatus = 0; in load()671 moviePropCount++; in load()673 movieProps[moviePropCount].propClass = kQTPropertyClass_MovieInstantiation; in load()674 movieProps[moviePropCount].propID = kQTMovieInstantiationPropertyID_DontAskUnresolvedDataRefs; in load()675 movieProps[moviePropCount].propValueSize = sizeof(boolTrue); in load()[all …]