Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When you have configured the input type and output type for a DMO, you can begin processing data samples. You pass samples to the DMO for processing using the IMediaObject::ProcessInput method, and then retrieve the processed sample by calling IMediaObject::ProcessOutput. You should set accurate time stamps and durations for all input samples passed. Time stamps are not strictly required but help maintain audio/video synchronization. If you do not have the time stamps for your samples it is better to leave them out than to use uncertain values.
Related topics