Skip to content

Instantly share code, notes, and snippets.

@olegoid
Created April 6, 2015 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olegoid/38c5bc09b4655ecbcb8f to your computer and use it in GitHub Desktop.
Save olegoid/38c5bc09b4655ecbcb8f to your computer and use it in GitHub Desktop.
Possible CVPlanarPixelBufferInfo_YCbCrBiPlanar implementation
using System;
namespace CoreVideo
{
public struct CVPlanarPixelBufferInfo_YCbCrBiPlanar
{
//
// Fields
//
public CVPlanarComponentInfo ComponentInfoY;
public CVPlanarComponentInfo componentInfoCbCr;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment