Sets the audio type at the specified index as the current audio type.
#include "ltms.h"
Language | Syntax |
---|---|
C | HRESULT IltmsAudioTypes_put_Selection(pAudioTypes, newVal) |
C++ | HRESULT put_Selection(newVal) |
Pointer to an IltmsAudioTypes interface.
Zero-based index of the audio format to set as the current audio type.
Value | Meaning |
---|---|
S_OK | The function was successful. |
<> S_OK | An error occurred. Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation. |
Win32, x64.
For a C++ example, refer to Create or Replace Live Stream Example for C++