GetVideoHeight - AGK Help

GetVideoHeight

Description

Returns the height in pixels of the currently loaded video, if this returns 0 then call it in a loop with Sync() to wait for the video to finish loading the meta data. If it returns less than 0 then this platform does not support this command or an error occured. example: height = GetVideoHeight() if ( height = 0 ) repeat Sync() height = GetVideoHeight() until height != 0 endif Currently does not work on Blackberry

Definition

float GetVideoHeight()