Skip to content

Commit a639b2b

Browse files
Merge pull request #47 from dynamsoft-docs/preview
Preview
2 parents 3f1ebec + 069ffdc commit a639b2b

36 files changed

+2795
-470
lines changed

_data/product_version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
version_info_list:
22
- latest version
3+
- 1.0.12
4+
- 1.0.11
35
- 1.0.10
46
- 1.0.0
57

_includes/api-reference/drawing-item-android.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,3 @@ drawingItem.setState(EnumDrawingItemState.DIS_SELECTED)
8282
```
8383

8484
 
85-
86-
## getMediaType
87-
88-
Get the media type of the `DrawingItem`.
89-
90-
```java
91-
public EnumDrawingItemMediaType getMediaType()
92-
```
93-
94-
**Return Value**
95-
96-
One of the `EnumDrawingItemMediaType` that indicates the media type of the `DrawingItem`.
97-
98-
**Code Snippet**
99-
100-
```java
101-
EnumDrawingItemMediaType type = drawingItem.getMediaType();
102-
```

_includes/sidelist-programming/programming-android.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,17 @@
5050
<li><a href="{{ site.android_api }}camera-enhancer/region-definition.html" class="otherLinkColour">RegionDefinition</a></li>
5151
</ul>
5252
</li>
53-
<li><a style="cursor:pointer;color:#3c3c3c">Protocol</a>
53+
<li><a style="cursor:pointer;color:#3c3c3c">Interfaces</a>
5454
<ul>
55+
<li><a href="{{ site.android_api }}camera-enhancer/interface-dcecamerastatelistener.html" class="otherLinkColour">DCECameraStateListener</a></li>
5556
<li><a href="{{ site.android_api }}camera-enhancer/interface-dceframelistener.html" class="otherLinkColour">DCEFrameListener</a></li>
57+
<li><a href="{{ site.android_api }}camera-enhancer/interface-dcephotolistener.html" class="otherLinkColour">DCEPhotoListener</a></li>
5658
</ul>
5759
</li>
5860
<li><a style="cursor:pointer;color:#3c3c3c">Enumerations</a>
5961
<ul>
6062
<li><a href="{{ site.android_api }}camera-enhancer/enum-enhancer-features.html" class="otherLinkColour">EnumEnhancerFeatures</a></li>
63+
<li><a href="{{ site.android_api }}camera-enhancer/enum-focus-mode.html" class="otherLinkColour">EnumFocusMode</a></li>
6164
<li><a href="{{ site.android_api }}camera-enhancer/enum-frame-quality.html" class="otherLinkColour">EnumFrameQuality</a></li>
6265
<li><a href="{{ site.android_api }}camera-enhancer/enum-camera-state.html" class="otherLinkColour">EnumCameraState</a></li>
6366
<li><a href="{{ site.android_api }}camera-enhancer/enum-resolution.html" class="otherLinkColour">EnumResolution</a></li>

_includes/sidelist-programming/programming-ios.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,14 @@
5151
</li>
5252
<li><a style="cursor:pointer;color:#3c3c3c">Protocol</a>
5353
<ul>
54+
<li><a href="{{ site.ios_api }}camera-enhancer/protocol-dcecamerastatelistener.html" class="otherLinkColour">DCECameraStateListener</a></li>
5455
<li><a href="{{ site.ios_api }}camera-enhancer/protocol-dceframelistener.html" class="otherLinkColour">DCEFrameListener</a></li>
5556
</ul>
5657
</li>
5758
<li><a style="cursor:pointer;color:#3c3c3c">Enumerations</a>
5859
<ul>
5960
<li><a href="{{ site.ios_api }}camera-enhancer/enum-enhancer-features.html" class="otherLinkColour">EnumEnhancerFeatures</a></li>
61+
<li><a href="{{ site.ios_api }}camera-enhancer/enum-focus-mode.html" class="otherLinkColour">EnumFocusMode</a></li>
6062
<li><a href="{{ site.ios_api }}camera-enhancer/enum-frame-quality.html" class="otherLinkColour">EnumFrameQuality</a></li>
6163
<li><a href="{{ site.ios_api }}camera-enhancer/enum-camera-state.html" class="otherLinkColour">EnumCameraState</a></li>
6264
<li><a href="{{ site.ios_api }}camera-enhancer/enum-resolution.html" class="otherLinkColour">EnumResolution</a></li>

0 commit comments

Comments
 (0)