ducdh1210 / labstreaminglayer

Automatically exported from code.google.com/p/labstreaminglayer
0 stars 0 forks source link

SWIG generated Java missing setters? #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to call stream_info.uid(string) in SWIG generated Java.
2.
3.

What is the expected output? What do you see instead?
Expected method to exist.
Instead, error: The method uid() in the type stream_info is not applicable for 
the arguments (String)

What version of the product are you using? On what operating system?
distribution 1.0.10  (library version 0.91) on 32bit Linux

Please provide any additional information below.

Original issue reported on code.google.com by bjhow...@gmail.com on 26 Sep 2013 at 5:24

GoogleCodeExporter commented 8 years ago
This is because all properties of the stream_info object, except .desc() are 
immutable -- you can only set them at construction.

Original comment by christia...@gmail.com on 20 Dec 2013 at 10:17