Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
F

Fordfanboi

@Fordfanboi
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Develop 3D app for iPhone / Android / WinMo
    F Fordfanboi

    Looks like OpenGL ES is an option.

    Mobile android ios question

  • Develop 3D app for iPhone / Android / WinMo
    F Fordfanboi

    If I were to develop a 3D app that I wanted to port to the 3 major touchscreen mobile operating systems, what language should I choose so that it's easily portable? I've developed many apps on WinMo, and have just built a hello world app for Android. Is there anything that will work on all 3 platforms with minimal modification? Thanks!

    Mobile android ios question

  • Loop .mp3 playback
    F Fordfanboi

    I'm very new to audio. I stumbled across the following code and I'm using the it to play audio .mp3s in my DX9.0 app. ( Nov 08 SDK )

    ::CoInitialize(NULL);
    CoCreateInstance(CLSID_FilterGraph, NULL, CLSCTX_INPROC, IID_IGraphBuilder, (void **)&g_pGraphBuilder);
    g_pGraphBuilder->QueryInterface(IID_IMediaControl, (void **)&g_pMediaControl);
    g_pGraphBuilder->AddSourceFilter(L"../Media/Audio/Music/Artifact_CharMain.mp3", L"../Media/Audio/Music/Artifact_CharMain.mp3", &pSource);
    pSource->FindPin(L"Output", &pPin);
    g_pGraphBuilder->Render(pPin);
    pPin->Release();
    g_pMediaControl->Run();

    How can I make the .mp3 loop? Thanks!

    C / C++ / MFC
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups