UnityEngine.Networking.DownloadHandlerAudioClip.GetText C# (CSharp) Method

GetText() protected method

protected GetText ( ) : string
return string
        protected override string GetText()
        {
            throw new NotSupportedException("String access is not supported for audio clips");
        }