gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] /srv/bzr/gnash/trunk r10263: Implement more Video pro


From: strk
Subject: Re: [Gnash-commit] /srv/bzr/gnash/trunk r10263: Implement more Video properties.
Date: Wed, 12 Nov 2008 14:54:48 +0100

On Wed, Nov 12, 2008 at 11:33:22AM +0100, Benjamin Wolsey wrote:
> ------------------------------------------------------------

> +  /// Get the width in pixels of the Video
> +  //
> +  /// @return   The width of a video frame, or 0 until this is known.
> +  ///           This is used ultimately for the AS Video.width property.
> +  virtual int width() const = 0;
> +
> +  /// Get the height in pixels of the Video
> +  //
> +  /// @return   The height of a video frame, or 0 until this is known.
> +  ///           This is used ultimately for the AS Video.height property.
> +  virtual int height() const = 0;

Any reason for these to return a signed integer ?
--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]