Recurity.Swf.NellymoserSoundData.NellymoserSoundData C# (CSharp) Method

NellymoserSoundData() public method

public NellymoserSoundData ( byte rawData ) : System
rawData byte
return System
        public NellymoserSoundData(byte[] rawData)
            : base(rawData)
        {
            this._rawSoundData = rawData;
        }
NellymoserSoundData