I have written the test code for displaying the video and my
graph is source(camera)->Avi-decompressor->vmr7/9, for yuy2 and if it
is RGB colour space converter converter is added instead of avi
decompressor, and it is used in video conferencing, for multi user I
am creating seperate graph for each user now if I want to delete each
user, what I am doing I am checking the state of the user using
IMediaControl::GetState and here I am confusied when to use INFINITE
as the first parameter of GetState method and if I give
1000millisecond what will happen, please I want to known what is the
difference between using INFINITE and giving some value,i.e I want to
known if I give 1000millisecond what will happen and using INFINITE
what will happen.
Thanking you,
Mahantesh
Please reply if any known the answer ?