| VideoStreamOnFloatsReceived Method |
[Missing <summary> documentation for "M:ASL.VideoStream.OnFloatsReceived(System.String,System.Single[])"]
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax private static void OnFloatsReceived(
string _id,
float[] floatArray
)
Private Shared Sub OnFloatsReceived (
_id As String,
floatArray As Single()
)
private:
static void OnFloatsReceived(
String^ _id,
array<float>^ floatArray
)
private static member OnFloatsReceived :
_id : string *
floatArray : float32[] -> unit
Parameters
- _id
- Type: SystemString
[Missing <param name="_id"/> documentation for "M:ASL.VideoStream.OnFloatsReceived(System.String,System.Single[])"]
- floatArray
- Type: SystemSingle
[Missing <param name="floatArray"/> documentation for "M:ASL.VideoStream.OnFloatsReceived(System.String,System.Single[])"]
See Also