Defines the possible flags for setting the LiveStream audio and video device properties.
typedef enum ltmsLiveStreamDlg{ltmsLiveStreamDlg_VideoDevice,ltmsLiveStreamDlg_AudioDevice,ltmsLiveStreamDlg_VideoPin,ltmsLiveStreamDlg_AudioPin,ltmsLiveStreamDlg_TVTuner,ltmsLiveStreamDlg_TVAudio,ltmsLiveStreamDlg_VideoCrossbar,ltmsLiveStreamDlg_AudioCrossbar,ltmsLiveStreamDlg_VideoDecoder,ltmsLiveStreamDlg_AudioDecoder,} ltmsLiveStreamDlg;
| Constant | Description |
|---|---|
| ltmsLiveStreamDlg_VideoDevice | Selects the video device property page. |
| ltmsLiveStreamDlg_AudioDevice | Selects the audio device property page. |
| ltmsLiveStreamDlg_VideoPin | Selects the video output pin property page |
| ltmsLiveStreamDlg_AudioPin | Selects the audio output pin property page |
| ltmsLiveStreamDlg_TVTuner | Selects the TV tuner property page |
| ltmsLiveStreamDlg_TVAudio | Selects the TV audio property page |
| ltmsLiveStreamDlg_VideoCrossbar | Selects the video crossbar property page |
| ltmsLiveStreamDlg_AudioCrossbar | Selects the audio crossbar property page |
| ltmsLiveStreamDlg_VideoDecoder | Selects the device-specific video decoder property page |
| ltmsLiveStreamDlg_AudioDecoder | Selects the device-specific audio decoder property page |