_AlpMMSessionGrabEvent Struct Reference
[Structures]

#include <media_session.h>


Detailed Description

Defines a notification that a still image has been captured.

This structure defines the parameter block for the still image capture session and an event for the AlpMMGrabCallbackFn() callback function.


Data Fields

void * buffer
 Buffer has been allocated for a raw still image.
size_t buffersize
 the buffer size.
int32_t height
 the height of this still image captured.
int64_t timestamp
 the timestamp of this still image captured.
int32_t width
 the width of this still image captured.


Field Documentation

void* buffer
 

Buffer has been allocated for a raw still image.

size_t buffersize
 

the buffer size.

int32_t height
 

the height of this still image captured.

int64_t timestamp
 

the timestamp of this still image captured.

int32_t width
 

the width of this still image captured.


The documentation for this struct was generated from the following file:
Generated on Wed Jul 30 07:06:41 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.