fau-xx

Results 3 issues of fau-xx

We use the axis media stream library extensively to display streams from Axis cameras like the V5915 or P5635-E and we noticed that the latencies differ if the same rtsp...

question

if a class contains regions the following property after the region is ignored ``` public class PlayerInfo { #region properties that cannot changes at runtime public string PlayerId { get;...

The generator is confused if an interface itself implements multiple interfaces like in the code below ``` public interface IArchiveEntry : IId, IOwned { ArchiveEntryType Type { get; } List...