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

Nellymoser8SoundData() public method

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