OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smoothstreamingmedia
(Results
1 - 1
of
1
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatManifestWriterImpl.java
108
Element
smoothStreamingMedia
= document.createElement("
SmoothStreamingMedia
");
109
document.appendChild(
smoothStreamingMedia
);
110
smoothStreamingMedia
.setAttribute("MajorVersion", "2");
111
smoothStreamingMedia
.setAttribute("MinorVersion", "1");
112
// silverlight ignores the timescale attr
smoothStreamingMedia
.addAttribute(new Attribute("TimeScale", Long.toString(movieTimeScale)));
113
smoothStreamingMedia
.setAttribute("Duration", "0");
115
smoothStreamingMedia
.appendChild(document.createComment(Version.VERSION));
122
smoothStreamingMedia
.appendChild(videoStreamIndex);
151
smoothStreamingMedia
.appendChild(audioStreamIndex)
[
all
...]
Completed in 59 milliseconds