TRock.Music.Grooveshark.GroovesharkClientWrapper.GetStreamKey C# (CSharp) 메소드

GetStreamKey() 공개 메소드

public GetStreamKey ( int songId ) : GetStreamKeyFromSongIDEx.GetStreamKeyFromSongIDExResult
songId int
리턴 GetStreamKeyFromSongIDEx.GetStreamKeyFromSongIDExResult
        public GetStreamKeyFromSongIDEx.GetStreamKeyFromSongIDExResult GetStreamKey(int songId)
        {
            if (!IsConnected)
            {
                Connect();
            }

            return _client.GetStreamKey(songId);
        }