InsertBuiltInViewItem: What param needed to change stream ID?

Hi Eric,

You should add a property named “StreamId” with the GUID of the stream as the value.

/Peter

Hi Peter,

Thank you for your answer, I did not ask the question properly. How can I get the GUID of the different streams? I only need streams 1 and 2 specifically for the x16 and x64 universal drivers?

Hi Eric,

The PlaybackUser component sample shows how to get them:

           var streamDataSource = new StreamDataSource(\_selectItem1);

           \_streams = streamDataSource.GetTypes();

/Peter

Hi Peter,

Thanks allot. I needed to test the stream ID with the MediaLiveViewer sample and it works great.

/Eric