Exemplo n.º 1
0
    public void HandleWebCamStopStream(BinaryReader reader)
    {
        string device = reader.ReadCustomString();

        webCamStreamer.StopStream(device);
    }
Exemplo n.º 2
0
    public void HandleWebCamStopStream(BinaryReader reader)
    {
        string device = unityRemote.Utils.ReadCustomString(reader);

        webCamStreamer.StopStream(device);
    }