CameraSessionDescription(CameraSessionDescription) Constructor |
Creates a copy of another SessionDescription
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic CameraSessionDescription(
CameraSessionDescription other
)
Public Sub New (
other As CameraSessionDescription
)
public:
CameraSessionDescription(
CameraSessionDescription^ other
)
new :
other : CameraSessionDescription -> CameraSessionDescription
Parameters
- other CameraSessionDescription
- The SessionDescription to copy
See Also