Skip to content

Commit f3f5330

Browse files
author
Evgeniy Sidenko
committed
* fixed an incorrect table formatting
1 parent 855a0c6 commit f3f5330

39 files changed

Lines changed: 39 additions & 42 deletions

docs/Openize.Heic.Decoder/BitStreamWithNalSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Name | Type | Description | Parameters
2727
## Constructors
2828

2929
Name | Description | Parameters
30-
------------ | ------------- | ------------- | -------------
30+
------------ | ------------- | -------------
3131
**BitStreamWithNalSupport** | Creates a class object with a stream object and an optional buffer size as parameters. | Stream **stream** - The source stream.<br />int **bufferSize** = 4 - The buffer size.
3232

3333
[[Back to API_README]](API_README.md)

docs/Openize.Heic.Decoder/HeicHeader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
## Constructors
1212

1313
Name | Description | Parameters
14-
------------ | ------------- | ------------- | -------------
14+
------------ | ------------- | -------------
1515
**HeicHeader** | Initializes a new instance of the heic image header. | MetaBox **meta** - Meta data box.
1616

1717
[[Back to API_README]](API_README.md)

docs/Openize.Heic.Decoder/IOException.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Signals that an I/O exception of some sort has occurred. Intended for throwing t
55
## Constructors
66

77
Name | Description | Parameters
8-
------------ | ------------- | ------------- | -------------
8+
------------ | ------------- | -------------
99
**IOException** | Constructs an IOException with null as its error detail message. |
1010
**IOException** | Constructs an IOException with the specified detail message. | String **message** - The detail message (which is saved for later retrieval by the getMessage() method)
1111
**IOException** | Constructs an IOException with the specified detail message and cause. Note that the detail message associated with cause is not automatically incorporated into this exception's detail message. | String **message** - The detail message (which is saved for later retrieval by the getMessage() method)<br/> Throwable **cause** - The cause (which is saved for later retrieval by the getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)

docs/Openize.IsoBmff/AuxiliaryTypeProperty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
1919
## Constructors
2020

2121
Name | Description | Parameters
22-
------------ | ------------- | ------------- | -------------
22+
------------ | ------------- | -------------
2323
**AuxiliaryTypeProperty** | Create the box object from the bitstream and box size. | BitStreamReader **stream** - File stream.<br/>long **size** - Box size in bytes.
2424

2525
[[Back to API_README]](API_README.md)

docs/Openize.IsoBmff/BitReaderState.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
1515
## Methods
1616

1717
Name | Type | Description | Parameters
18-
------------ | ------------- | ------------- | -------------
18+
------------ | ------------- | -------------
1919
**reset** | **void** | Resets buffer to empty state. |
2020

2121
[[Back to API_README]](API_README.md)

docs/Openize.IsoBmff/BitStreamReader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Name | Type | Description | Notes
3030
## Constructors
3131

3232
Name | Description | Parameters
33-
------------ | ------------- | ------------- | -------------
33+
------------ | ------------- | -------------
3434
**BitStreamReader** | The constructor takes a Stream object and an optional buffer size as parameters. | Stream **stream** - The source stream.<br />int **bufferSize** - The buffer size.
3535

3636
[[Back to API_README]](API_README.md)

docs/Openize.IsoBmff/Box.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,9 @@ Name | Type | Description | Notes
3232
## Constructors
3333

3434
Name | Description | Parameters
35-
------------ | ------------- | ------------- | -------------
35+
------------ | ------------- | -------------
3636
**Box** | Create the box object from the bitstream. | BitStreamReader **stream** - File stream.
3737
**Box** | Create the box object from the box type and box size in bytes.<br />This constructor doesn't read data from the stream. | BoxType **boxtype** - Box type integer.<br />long **size** - Box size in bytes.
3838
**Box** | Create the box object from the bitstream and box type. | BitStreamReader **stream** - File stream.<br />BoxType **boxtype** - Box type integer.
3939

4040
[[Back to API_README]](API_README.md)
41-
42-
43-

docs/Openize.IsoBmff/CleanApertureBox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
2424
## Constructors
2525

2626
Name | Description | Parameters
27-
------------ | ------------- | ------------- | -------------
27+
------------ | ------------- | -------------
2828
**CleanApertureBox** | Create the box object from the bitstream and box size. | BitStreamReader **stream** - File stream.<br />long **size** - Box size in bytes.
2929

3030
[[Back to API_README]](API_README.md)

docs/Openize.IsoBmff/ColourInformationBox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
2222
## Constructors
2323

2424
Name | Description | Parameters
25-
------------ | ------------- | ------------- | -------------
25+
------------ | ------------- | -------------
2626
**ColourInformationBox** | Create the box object from the bitstream and box size. | BitStreamReader **stream** - File stream.<br />long **size** - Box size in bytes.
2727

2828
[[Back to API_README]](API_README.md)

docs/Openize.IsoBmff/DataEntryUrlBox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
2020
## Constructors
2121

2222
Name | Description | Parameters
23-
------------ | ------------- | ------------- | -------------
23+
------------ | ------------- | -------------
2424
**DataEntryUrlBox** | Create the box object from the bitstream and box size. | BitStreamReader **stream** - File stream.<br />long **size** - Box size in bytes.
2525

2626
[[Back to API_README]](API_README.md)

0 commit comments

Comments
 (0)