HomeSort by relevance Sort by last modified time
    Searched full:mediacontainerinformation (Results 1 - 1 of 1) sorted by null

  /frameworks/wilhelm/tests/sandbox/
xaplay.c 608 XAMediaContainerInformation mediaContainerInformation;
610 memset(&mediaContainerInformation, 0x55, sizeof(XAMediaContainerInformation));
612 &mediaContainerInformation);
615 printf(" containerType = %u\n", mediaContainerInformation.containerType);
616 printf(" mediaDuration = %u\n", mediaContainerInformation.mediaDuration);
617 printf(" numStreams = %u\n", mediaContainerInformation.numStreams);
620 // mediaContainerInformation.numStreams, because stream 0 is the container itself,
621 // while stream 1 to mediaContainerInformation.numStreams are the contained streams.
623 for (streamIndex = 0; streamIndex <= mediaContainerInformation.numStreams; ++streamIndex) {
633 streamIndex, &mediaContainerInformation);
    [all...]

Completed in 100 milliseconds