StreamAttributeEventArgs Constructor |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public StreamAttributeEventArgs(
string streamName,
Resolution resolution,
int frameRate
)
Public Sub New (
streamName As String,
resolution As Resolution,
frameRate As Integer
)
public:
StreamAttributeEventArgs(
String^ streamName,
Resolution^ resolution,
int frameRate
)
new :
streamName : string *
resolution : Resolution *
frameRate : int -> StreamAttributeEventArgs
Parameters
- streamName
- Type: SystemString
- resolution
- Type: Ozeki.MediaResolution
- frameRate
- Type: SystemInt32
See Also