Skip to content

Instantly share code, notes, and snippets.

View grill2010's full-sized avatar

grill2010 grill2010

View GitHub Profile
@simonkim
simonkim / CMBlockBufferHelper.swift
Created September 6, 2016 15:12
Sample code for creating NSData backed CMBlockBuffer using customBlockAllocator, in Swift.
//
// CMBlockBufferHelper.swift
//
// Created by Simon Kim on 2016. 9. 6..
// Copyright © 2016년 DZPub.com. All rights reserved.
//
import Foundation
import CoreMedia
/**