(Page 3 of 4 in this chapter)
|
If you want to...
|
Then use...
|
|---|---|
|
Identify all H.100 streams operating at one specified speed
|
swiGetStreamsBySpeed
|
|
Configure the speed of one or more streams of the H.100 bus
|
swiConfigStreamSpeed
|
void myConfigHMVIPtoMVIP90(SWIHD hd, DWORD streams[], unsigned count)
{
swiConfigStreamSpeed(hd, MVIP95_2MBPS_STREAM_SPEED, streams, count);
}
(Page 3 of 4 in this chapter)