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

Nellymoser16SoundData() public method

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