All of lore.kernel.org
 help / color / mirror / Atom feed
From: alex.juncu@rosedu.org (Alexandru Juncu)
To: kernelnewbies@lists.kernelnewbies.org
Subject: 
Date: Sat, 31 Dec 2011 04:43:31 +0200	[thread overview]
Message-ID: <CAPhGq=ahktz3cLkwBLCz7dMfqGjZ7nQ6LimGe_BpFzTfTBbcCw@mail.gmail.com> (raw)
In-Reply-To: <4ED3FA275E3D174183076095BAE219ED05B596D8@ct11exm66.ds.mot.com>

On Fri, Dec 30, 2011 at 8:46 PM, Philip Anil-QBW348
<anil.philip@motorolasolutions.com> wrote:
> Ok, but is there a single point in execution before the codecs are called? I
> am wondering if I can have the program Bar called at this point.

Well, I think it depends of the codec (I am not familiar with
multimedia programming). But I am imagining that the code looks
something like:
my_movie = new_coded_movie("/path/to/file");
my_movie.play();
Both new_coded_movie and play are function implemented in the codec
library (but this depends on the exact codec and programming
framework). So no, I would say that there is not a single point where
the codecs are called.

-- 
Alexandru Juncu

ROSEdu
http://rosedu.org

      reply	other threads:[~2011-12-31  2:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-30 17:16 No subject Philip Anil-QBW348
2011-12-30 17:26 ` Alexandru Juncu
2011-12-30 17:34   ` Philip Anil-QBW348
2011-12-30 17:56     ` Alexandru Juncu
2011-12-30 18:04       ` Philip Anil-QBW348
2011-12-30 18:20         ` Alexandru Juncu
2011-12-30 18:46           ` Philip Anil-QBW348
2011-12-31  2:43             ` Alexandru Juncu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPhGq=ahktz3cLkwBLCz7dMfqGjZ7nQ6LimGe_BpFzTfTBbcCw@mail.gmail.com' \
    --to=alex.juncu@rosedu.org \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.