SessionDescriptionLine Constructor (Char, Int32) |
Constructs a new SessionDescriptionLine with the given type
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemChar
The type of the line - partCount (Optional)
- Type: SystemInt32
See Also