Returns a list with two values:
- The number of input streams
- The number of output streams
Syntax
tdr.GetStreamCount()
Example: Get the Number of Input and Output Streams
x <- tdr.GetStreamCount()
Object x will be the following list:
$inputCount [1] 1 $outputCount [1] 1