Home | History | Annotate | Download | only in doc

Lines Matching refs:Ogg

4 \section{Embedding Vorbis into an Ogg stream} \label{vorbis:over:ogg}
8 This document describes using Ogg logical and physical transport
15 The \href{oggstream.html}{Ogg
16 bitstream overview} and \href{framing.html}{Ogg logical
17 bitstream and framing spec} provide detailed descriptions of Ogg
24 The Ogg/Vorbis I specification currently dictates that Ogg/Vorbis
25 streams use Ogg transport streams in degenerate, unmultiplexed
30 A meta-headerless Ogg file encapsulates the Vorbis I packets
33 The Ogg stream may be chained, i.e., contain multiple, contigous logical streams (links).
36 The Ogg stream must be unmultiplexed (only one stream, a Vorbis audio stream, per link)
42 Vorbis with other media types into a multi-stream Ogg file. At the
43 time this document was written, Ogg was becoming a popular container
46 existing alone within a degenerate Ogg stream. A compliant 'Vorbis
47 audio player' is not required to implement Ogg support beyond the
48 specific support of Vorbis within a degenrate Ogg stream (naturally,
49 application authors are encouraged to support full multiplexed Ogg
57 The MIME type of Ogg files depend on the context. Specifically, complex
58 multimedia and applications should use \literal{application/ogg},
59 while visual media should use \literal{video/ogg}, and audio
60 \literal{audio/ogg}. Vorbis data encapsulated in Ogg may appear
67 Ogg encapsulation of a Vorbis packet stream is straightforward.
74 first page of the logical Ogg stream. This results in a first Ogg
95 The first audio packet of the logical stream begins a fresh Ogg page.
99 Packets are placed into ogg pages in order until the end of stream.