IltmmWMStreamConfig::put_ConnectionName
#include "ltmm.h"
C Syntax |
HRESULT IltmmWMStreamConfig_put_ConnectionName(pStreamConfig, newVal) |
C++ Syntax |
HRESULT put_ConnectionName(newVal) |
IltmmWMStreamConfig *pStreamConfig; |
/* pointer to an interface */ |
BSTR newVal; |
/* string */ |
Sets the connection name. The connection name is the input name given to the stream.
Parameter |
Description |
pStreamConfig |
Pointer to an IltmmWMStreamConfig interface. |
newVal |
A string containing the new connection name to set. |
Returns
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. |
Comments
You must call IltmmWMProfile::ReconfigStream to use the new connection name.
For more information, refer to the Microsoft documentation for IWMStreamConfig::SetConnectionName at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmform11/htm/iwmstreamconfigsetconnectionname.asp.
Required DLLs and Libraries
LTMM For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Elements: |
IltmmWMStreamConfig::get_ConnectionName, IltmmWMStreamConfig::get_StreamName, IltmmWMStreamConfig::put_StreamName, IltmmWMStreamConfig::get_StreamType |
Topics: |
|
|
Example
For a C example, refer to IltmmWMProfile::AddStream Example for C.
For a C++ example, refer to IltmmWMProfile::AddStream Example for C++.