TNDIBandwidthType
type
TNDIBandwidthType = (nbt_MetadataOnly, nbt_AudioOnly, nbt_LowestBandwidth, nbt_HighestBandwidth);
Type of the NDIBandwidthType property: bandwidth mode requested when receiving an NDI stream.
| Value | Description |
|---|---|
nbt_MetadataOnly |
only the metadata is received, no audio and no video |
nbt_AudioOnly |
only the audio stream is received |
nbt_LowestBandwidth |
a lower resolution proxy stream is received, saving bandwidth |
nbt_HighestBandwidth |
the full resolution stream is received |