Sha256: 733165f48394a16a6eb943ce2b278254deaad34870da24983af32a18b55efe46

Contents?: true

Size: 454 Bytes

Versions: 6

Compression:

Stored size: 454 Bytes

Contents

module ScreenRecorder
  # @since 1.0.0-beta4
  module Titles
    #
    # Returns a list of available window titles for the given process (application) name.
    #
    # @return [Array]
    #
    # @example
    #   ScreenRecorder::Titles.fetch('chrome')
    #   #=> ["New Tab - Google Chrome"]
    def self.fetch(application)
      # @todo Remove Titles.fetch in v2.0
      Window.fetch_title application
    end
  end # module Windows
end # module FFMPEG

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
screen-recorder-1.7.0 lib/screen-recorder/titles.rb
screen-recorder-1.6.0 lib/screen-recorder/titles.rb
screen-recorder-1.5.0 lib/screen-recorder/titles.rb
screen-recorder-1.4.0 lib/screen-recorder/titles.rb
screen-recorder-1.3.1 lib/screen-recorder/titles.rb
screen-recorder-1.3.0 lib/screen-recorder/titles.rb