Method: MotionAL::Representation#full_screen_image

Defined in:
lib/motional/representation.rb

#full_screen_imageCGImageRef?

A CGImage of the representation that is appropriate for displaying full screen.

Returns:

  • (CGImageRef)
  • (nil)

    When the representation has no CGImage.



66
67
68
# File 'lib/motional/representation.rb', line 66

def full_screen_image
  @al_asset_representation.fullScreenImage
end