Giter Club home page Giter Club logo

meta-ios-developer-professional-certificate's Introduction

Meta iOS Developer Professional Certificate

Introduction

Why I'm writing this document?

Why I'm writing this document? I'm writing this document to help me remember somne basic concepts of IOS Development. The main idea is to keep adding more examples and code snippets for later reference as I learn more about the tools related to this project.

Apple logo

AVFoundation

AVFoundation is a framework that is used to play and create audiovisual media. It is a high-level framework that is built on top of Core Media. It is used to play, create, and edit media files. It is also used to capture, process, and output media files.

AVFoundation Classes

AVPlayerItem

AVPlayer

The AVPlayer is the most efficient way to display and play a video in an Apple app, the AVPlayer is a class that is used to play media content.

Currently supported formats are:

  • iOS:
  • H.263
  • H.264 AVC
  • MPEG-4 SP
  • VP8

Using the AVPlayer class.
AVPlayer(url: URL(fileURLWithPath: path)) This specifies the path (as a URI) of the video media to be played. This can be either a remote video file URL or a local video file on the device.

play() When this function is used, it plays the video.

currentTime() When this function is used, it gets the current time of playback.

pause() This function pauses video playback.

isMuted () This function returns a Boolean value that indicates whether a video is currently muted.

AVPlayerViewController The AVPlayerViewController is the UI to control the video. Specifically, it is a view that contains media controls such as "Play/Pause", "Rewind", "Fast Forward" and a progress slider. It also contains a view to display the video.

meta-ios-developer-professional-certificate's People

Contributors

kevincobos avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.