![]() |
![]()
| ![]() |
![]()
NAMEdefine_feedtarget - Create a direct copy association between two frameservers. SYNOPSISsubseg
DESCRIPTIONIn rare cases, the recordtarget approach for creating output segments in connected frameservers is too expensive or complex. The define_feedtarget function is intended for situations where the input data from one frameserver should be copied exactly over to another without the possible GPU roundtrip. As such, no shaders, transformations or audio will carry over to the output. For this to work, target_flags(srcvid, TARGET_VSTORE_SYNCH ) should also be toggled so there is a local data buffer to work with. NOTES
SEE ALSO:target_flags(3)
|