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
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