Skip to content

Commit

Permalink
Merge pull request #7666 from sriks/TIMOB-19597-master
Browse files Browse the repository at this point in the history
[TIMOB-19597] Android: Add previewRect (height, width) to camera callback - updated docs
  • Loading branch information
ashcoding committed Feb 2, 2016
2 parents 9777bca + c53f705 commit 72a2f52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apidoc/Titanium/Media/Media.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,8 @@ properties:
type: Number
---
name: PreviewRectType
summary: Simple object for describing the preview image rectangle.
summary: |
Simple object for describing the preview image rectangle. This will be undefined when custom camera overlay is not used.
properties:
- name: width
summary: Width preview image, in pixels.
Expand Down

0 comments on commit 72a2f52

Please sign in to comment.