X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=doc%2Fdesign%2Fdcpomatic.svg;fp=doc%2Fdesign%2Fdcpomatic.svg;h=0000000000000000000000000000000000000000;hp=dc9cd9166c63d65f051dd7cec2cb093d10c32cad;hb=476ef8b0024a6f2e00095df780d0a191019aec95;hpb=0a33b35732450d91e39b725ace6cf3e51ab9bc3a diff --git a/doc/design/dcpomatic.svg b/doc/design/dcpomatic.svg deleted file mode 100644 index dc9cd9166..000000000 --- a/doc/design/dcpomatic.svg +++ /dev/null @@ -1,1350 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - Player - - get_video()get_audio() - Get video frame(s) at a time or asection of audio from a time range.Times are expressed as DCPTime. - - - - PlayerVideoFrame - - Video that has come out of a playerexcept with the bits still in theirraw form (we may want to combinethe bits on a remote machine, ormaybe not bother to combine themat all). Note: no timinginformation. - image() - Return image ready for the DCP(scaled, cropped, subtitled etc.) - - - - AudioBuffers - - Some audio data. Note: no timinginformation. - - - - - - - VideoDecoder - - get_video() - Get a video frame (specified as anindex) from this decoder's content. - - - - AudioDecoder - - get_audio() - Get some audio frames (specified asframe indices) from this decoder'scontent. - - - - Video frame indiceswithin content. - Player::dcp_to_content_video()Player::dcp_to_content_audio() - DCPTime - - - - Class - - method() - Method description - Class description. - - - - Playlist - - video_identifer() - Return a string which uniquelydescribes the content which affectsthe image. - List of content. - - - - has a - - - - AudioDecoderStream - - get() - Get some audio frames (specified asframe indices) from this stream'scontent. - Decoder for one stream of audio. - - - - - AudioDecoderStream - - get() - Get some audio frames (specified asframe indices) from this stream'scontent. - Decoder for one stream of audio. - - - - - AudioDecoderStream - - get() - Get some audio frames (specified asframe indices) from this stream'scontent. - Decoder for one stream of audio. - - - - - AudioDecoderStream - - get() - Get some audio frames (specified asframe indices) from this stream'scontent. - Decoder for one stream of audio. - - - - - - has many - - -