StreamAttributeEventArgs Constructor |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: SystemString
- resolution
- Type: OzResolution
- frameRate
- Type: SystemInt32
See Also