CSharpRTMP.Core.Streaming.StreamTypeAttribute.StreamTypeAttribute C# (CSharp) Method

StreamTypeAttribute() public method

public StreamTypeAttribute ( ulong type ) : System
type ulong
return System
        public StreamTypeAttribute(ulong type, params ulong[] compat)
        {
            Type = type;
            Compat = compat;
        }
    }
StreamTypeAttribute