StreamAttributeEventArgs Constructor |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic StreamAttributeEventArgs(
string streamName,
OzResolution resolution,
int frameRate
)
Public Sub New (
streamName As String,
resolution As OzResolution,
frameRate As Integer
)
public:
StreamAttributeEventArgs(
String^ streamName,
OzResolution^ resolution,
int frameRate
)
new :
streamName : string *
resolution : OzResolution *
frameRate : int -> StreamAttributeEventArgs
Parameters
- streamName String
-
- resolution OzResolution
-
- frameRate Int32
-
See Also