MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / CreatePlayer

Method CreatePlayer

NetStream/source/utils.cpp:513–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513menu::GenericMenu *utils::CreatePlayer(string const& url)
514{
515 string ext = common::StripFilename(url, "E");
516 // TODO: implement
517 return NULL;
518}
519
520GenericPlayer::SupportType utils::GetContentSupportType(const char *path)
521{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected