SessionDescriptionLine(Char, Int32) Constructor |
Constructs a new SessionDescriptionLine with the given type
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic SessionDescriptionLine(
char type,
int partCount = 0
)
Public Sub New (
type As Char,
Optional partCount As Integer = 0
)
public:
SessionDescriptionLine(
wchar_t type,
int partCount = 0
)
new :
type : char *
?partCount : int
(* Defaults:
let _partCount = defaultArg partCount 0
*)
-> SessionDescriptionLine
Parameters
- type Char
- The type of the line
- partCount Int32 (Optional)
-
See Also