SDPICEAttributeFactoryCreateRemoteCandidates Method |
a=remote-candidates:...
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static RemoteCandidatesAttribute CreateRemoteCandidates(
string val
)
Public Shared Function CreateRemoteCandidates (
val As String
) As RemoteCandidatesAttribute
public:
static RemoteCandidatesAttribute^ CreateRemoteCandidates(
String^ val
)
static member CreateRemoteCandidates :
val : string -> RemoteCandidatesAttribute
Parameters
- val
- Type: SystemString
Return Value
Type:
RemoteCandidatesAttribute
See Also