IMediaChannelSetCryptoParameters Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxvoid SetCryptoParameters(
CryptoDescription localParameter,
CryptoDescription remoteParamater
)
Sub SetCryptoParameters (
localParameter As CryptoDescription,
remoteParamater As CryptoDescription
)
void SetCryptoParameters(
CryptoDescription^ localParameter,
CryptoDescription^ remoteParamater
)
abstract SetCryptoParameters :
localParameter : CryptoDescription *
remoteParamater : CryptoDescription -> unit Parameters
- localParameter CryptoDescription
-
- remoteParamater CryptoDescription
-
See Also