TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Namespaces | Functions
qdlnahelper.cpp File Reference
#include "qdlnahelper.h"
#include <QSysInfo>
#include <QTcpSocket>
#include <QStringList>

Go to the source code of this file.

Namespaces

 QDlnaHelper
 The namespace of the dlna helper.
 

Functions

QString QDlnaHelper::MakeRequest (const QString &methord, const QString &url, int length, const QString &soapAction, const QString &ip, const QString &port)
 
QString QDlnaHelper::makeSocketGetReply (const QString &ip, const QString &port, const QString &data)
 
QString QDlnaHelper::removeHttpHeader (const QString &data)
 
int QDlnaHelper::GetResponseCode (const QString &data)