Skip to content

Instantly share code, notes, and snippets.

View ashemah's full-sized avatar

Ashemah Harrison ashemah

View GitHub Profile
{
"packages": [{
"name": "longan-rp2040",
"maintainer": "Longan Labs",
"websiteURL": "https://longan-labs.cc",
"email": "[email protected]",
"help": {
"online": "https://longan-labs.cc"
},
"platforms": [{
//
// ViewController.m
// AVPlayerCaching
//
// Created by Anurag Mishra on 5/19/14.
// Sample code to demonstrate how to cache a remote audio file while streaming it with AVPlayer
//
#import "ViewController.h"
#import <AVFoundation/AVFoundation.h>