OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mediacontainerinformation
(Results
1 - 1
of
1
) sorted by null
/frameworks/wilhelm/tests/sandbox/
xaplay.c
607
XAMediaContainerInformation
mediaContainerInformation
;
609
memset(&
mediaContainerInformation
, 0x55, sizeof(XAMediaContainerInformation));
611
&
mediaContainerInformation
);
614
printf(" containerType = %u\n",
mediaContainerInformation
.containerType);
615
printf(" mediaDuration = %u\n",
mediaContainerInformation
.mediaDuration);
616
printf(" numStreams = %u\n",
mediaContainerInformation
.numStreams);
619
//
mediaContainerInformation
.numStreams, because stream 0 is the container itself,
620
// while stream 1 to
mediaContainerInformation
.numStreams are the contained streams.
621
XAuint32 numStreams =
mediaContainerInformation
.numStreams;
623
for (streamIndex = 0; streamIndex <=
mediaContainerInformation
.numStreams; ++streamIndex)
[
all
...]
Completed in 67 milliseconds