Skip to content

Commit

Permalink
v0.8.0 (#11)
Browse files Browse the repository at this point in the history
* regenerate

* rest of files

* minor version bump
  • Loading branch information
jsanford8 committed Dec 1, 2023
1 parent eabe92a commit 9be6953
Show file tree
Hide file tree
Showing 85 changed files with 4,368 additions and 96 deletions.
20 changes: 20 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ docs/CreateTrackRequest.md
docs/CreateTrackResponse.md
docs/CreateTranscriptionVocabularyRequest.md
docs/CreateUploadRequest.md
docs/CreateWebInputRequest.md
docs/DeliveryReport.md
docs/DeliveryReportDeliveredSecondsByResolution.md
docs/DeliveryUsageApi.md
Expand Down Expand Up @@ -74,9 +75,11 @@ docs/InputSettings.md
docs/InputSettingsOverlaySettings.md
docs/InputTrack.md
docs/Insight.md
docs/LaunchWebInputResponse.md
docs/ListAllMetricValuesResponse.md
docs/ListAssetsResponse.md
docs/ListBreakdownValuesResponse.md
docs/ListBreakdownValuesResponseMeta.md
docs/ListDeliveryUsageResponse.md
docs/ListDimensionValuesResponse.md
docs/ListDimensionsResponse.md
Expand All @@ -101,6 +104,7 @@ docs/ListTranscriptionVocabulariesResponse.md
docs/ListUploadsResponse.md
docs/ListVideoViewExportsResponse.md
docs/ListVideoViewsResponse.md
docs/ListWebInputsResponse.md
docs/LiveStream.md
docs/LiveStreamEmbeddedSubtitleSettings.md
docs/LiveStreamGeneratedSubtitleSettings.md
Expand Down Expand Up @@ -132,7 +136,9 @@ docs/RealTimeHistogramTimeseriesBucketValues.md
docs/RealTimeHistogramTimeseriesDatapoint.md
docs/RealTimeTimeseriesDatapoint.md
docs/ReferrerDomainRestriction.md
docs/ReloadWebInputResponse.md
docs/Score.md
docs/ShutdownWebInputResponse.md
docs/SignalLiveStreamCompleteResponse.md
docs/SigningKey.md
docs/SigningKeyResponse.md
Expand All @@ -158,6 +164,7 @@ docs/UpdateLiveStreamGeneratedSubtitlesRequest.md
docs/UpdateLiveStreamRequest.md
docs/UpdateReferrerDomainRestrictionRequest.md
docs/UpdateTranscriptionVocabularyRequest.md
docs/UpdateWebInputUrlRequest.md
docs/Upload.md
docs/UploadError.md
docs/UploadResponse.md
Expand All @@ -166,6 +173,9 @@ docs/VideoView.md
docs/VideoViewEvent.md
docs/VideoViewResponse.md
docs/VideoViewsApi.md
docs/WebInput.md
docs/WebInputResponse.md
docs/WebInputsApi.md
gradle.properties
gradle/wrapper/gradle-wrapper.jar
gradle/wrapper/gradle-wrapper.properties
Expand Down Expand Up @@ -208,6 +218,7 @@ src/main/java/com/mux/sdk/SpacesApi.java
src/main/java/com/mux/sdk/TranscriptionVocabulariesApi.java
src/main/java/com/mux/sdk/UrlSigningKeysApi.java
src/main/java/com/mux/sdk/VideoViewsApi.java
src/main/java/com/mux/sdk/WebInputsApi.java
src/main/java/com/mux/sdk/models/AbridgedVideoView.java
src/main/java/com/mux/sdk/models/Asset.java
src/main/java/com/mux/sdk/models/AssetErrors.java
Expand Down Expand Up @@ -236,6 +247,7 @@ src/main/java/com/mux/sdk/models/CreateTrackRequest.java
src/main/java/com/mux/sdk/models/CreateTrackResponse.java
src/main/java/com/mux/sdk/models/CreateTranscriptionVocabularyRequest.java
src/main/java/com/mux/sdk/models/CreateUploadRequest.java
src/main/java/com/mux/sdk/models/CreateWebInputRequest.java
src/main/java/com/mux/sdk/models/DeliveryReport.java
src/main/java/com/mux/sdk/models/DeliveryReportDeliveredSecondsByResolution.java
src/main/java/com/mux/sdk/models/DimensionValue.java
Expand Down Expand Up @@ -273,9 +285,11 @@ src/main/java/com/mux/sdk/models/InputSettings.java
src/main/java/com/mux/sdk/models/InputSettingsOverlaySettings.java
src/main/java/com/mux/sdk/models/InputTrack.java
src/main/java/com/mux/sdk/models/Insight.java
src/main/java/com/mux/sdk/models/LaunchWebInputResponse.java
src/main/java/com/mux/sdk/models/ListAllMetricValuesResponse.java
src/main/java/com/mux/sdk/models/ListAssetsResponse.java
src/main/java/com/mux/sdk/models/ListBreakdownValuesResponse.java
src/main/java/com/mux/sdk/models/ListBreakdownValuesResponseMeta.java
src/main/java/com/mux/sdk/models/ListDeliveryUsageResponse.java
src/main/java/com/mux/sdk/models/ListDimensionValuesResponse.java
src/main/java/com/mux/sdk/models/ListDimensionsResponse.java
Expand All @@ -300,6 +314,7 @@ src/main/java/com/mux/sdk/models/ListTranscriptionVocabulariesResponse.java
src/main/java/com/mux/sdk/models/ListUploadsResponse.java
src/main/java/com/mux/sdk/models/ListVideoViewExportsResponse.java
src/main/java/com/mux/sdk/models/ListVideoViewsResponse.java
src/main/java/com/mux/sdk/models/ListWebInputsResponse.java
src/main/java/com/mux/sdk/models/LiveStream.java
src/main/java/com/mux/sdk/models/LiveStreamEmbeddedSubtitleSettings.java
src/main/java/com/mux/sdk/models/LiveStreamGeneratedSubtitleSettings.java
Expand All @@ -325,7 +340,9 @@ src/main/java/com/mux/sdk/models/RealTimeHistogramTimeseriesBucketValues.java
src/main/java/com/mux/sdk/models/RealTimeHistogramTimeseriesDatapoint.java
src/main/java/com/mux/sdk/models/RealTimeTimeseriesDatapoint.java
src/main/java/com/mux/sdk/models/ReferrerDomainRestriction.java
src/main/java/com/mux/sdk/models/ReloadWebInputResponse.java
src/main/java/com/mux/sdk/models/Score.java
src/main/java/com/mux/sdk/models/ShutdownWebInputResponse.java
src/main/java/com/mux/sdk/models/SignalLiveStreamCompleteResponse.java
src/main/java/com/mux/sdk/models/SigningKey.java
src/main/java/com/mux/sdk/models/SigningKeyResponse.java
Expand All @@ -348,9 +365,12 @@ src/main/java/com/mux/sdk/models/UpdateLiveStreamGeneratedSubtitlesRequest.java
src/main/java/com/mux/sdk/models/UpdateLiveStreamRequest.java
src/main/java/com/mux/sdk/models/UpdateReferrerDomainRestrictionRequest.java
src/main/java/com/mux/sdk/models/UpdateTranscriptionVocabularyRequest.java
src/main/java/com/mux/sdk/models/UpdateWebInputUrlRequest.java
src/main/java/com/mux/sdk/models/Upload.java
src/main/java/com/mux/sdk/models/UploadError.java
src/main/java/com/mux/sdk/models/UploadResponse.java
src/main/java/com/mux/sdk/models/VideoView.java
src/main/java/com/mux/sdk/models/VideoViewEvent.java
src/main/java/com/mux/sdk/models/VideoViewResponse.java
src/main/java/com/mux/sdk/models/WebInput.java
src/main/java/com/mux/sdk/models/WebInputResponse.java
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.mux</groupId>
<artifactId>mux-sdk-java</artifactId>
<version>0.7.3</version>
<version>0.8.0</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -58,7 +58,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "com.mux:mux-sdk-java:0.7.3"
compile "com.mux:mux-sdk-java:0.8.0"
```

### Others
Expand All @@ -71,7 +71,7 @@ mvn clean package

Then manually install the following JARs:

* `target/mux-sdk-java-0.7.3.jar`
* `target/mux-sdk-java-0.8.0.jar`
* `target/lib/*.jar`

## Getting Started
Expand Down Expand Up @@ -213,6 +213,14 @@ Class | Method | HTTP request | Description
*UrlSigningKeysApi* | [**listUrlSigningKeys**](docs/UrlSigningKeysApi.md#listUrlSigningKeys) | **GET** /video/v1/signing-keys | List URL signing keys
*VideoViewsApi* | [**getVideoView**](docs/VideoViewsApi.md#getVideoView) | **GET** /data/v1/video-views/{VIDEO_VIEW_ID} | Get a Video View
*VideoViewsApi* | [**listVideoViews**](docs/VideoViewsApi.md#listVideoViews) | **GET** /data/v1/video-views | List Video Views
*WebInputsApi* | [**createWebInput**](docs/WebInputsApi.md#createWebInput) | **POST** /video/v1/web-inputs | Create a new Web Input
*WebInputsApi* | [**deleteWebInput**](docs/WebInputsApi.md#deleteWebInput) | **DELETE** /video/v1/web-inputs/{WEB_INPUT_ID} | Delete a Web Input
*WebInputsApi* | [**getWebInput**](docs/WebInputsApi.md#getWebInput) | **GET** /video/v1/web-inputs/{WEB_INPUT_ID} | Retrieve a Web Input
*WebInputsApi* | [**launchWebInput**](docs/WebInputsApi.md#launchWebInput) | **PUT** /video/v1/web-inputs/{WEB_INPUT_ID}/launch | Launch a Web Input
*WebInputsApi* | [**listWebInputs**](docs/WebInputsApi.md#listWebInputs) | **GET** /video/v1/web-inputs | List Web Inputs
*WebInputsApi* | [**reloadWebInput**](docs/WebInputsApi.md#reloadWebInput) | **PUT** /video/v1/web-inputs/{WEB_INPUT_ID}/reload | Reload a Web Input
*WebInputsApi* | [**shutdownWebInput**](docs/WebInputsApi.md#shutdownWebInput) | **PUT** /video/v1/web-inputs/{WEB_INPUT_ID}/shutdown | Shut down a Web Input
*WebInputsApi* | [**updateWebInputUrl**](docs/WebInputsApi.md#updateWebInputUrl) | **PUT** /video/v1/web-inputs/{WEB_INPUT_ID}/url | Update Web Input URL


## Documentation for Models
Expand Down Expand Up @@ -245,6 +253,7 @@ Class | Method | HTTP request | Description
- [CreateTrackResponse](docs/CreateTrackResponse.md)
- [CreateTranscriptionVocabularyRequest](docs/CreateTranscriptionVocabularyRequest.md)
- [CreateUploadRequest](docs/CreateUploadRequest.md)
- [CreateWebInputRequest](docs/CreateWebInputRequest.md)
- [DeliveryReport](docs/DeliveryReport.md)
- [DeliveryReportDeliveredSecondsByResolution](docs/DeliveryReportDeliveredSecondsByResolution.md)
- [DimensionValue](docs/DimensionValue.md)
Expand Down Expand Up @@ -282,9 +291,11 @@ Class | Method | HTTP request | Description
- [InputSettingsOverlaySettings](docs/InputSettingsOverlaySettings.md)
- [InputTrack](docs/InputTrack.md)
- [Insight](docs/Insight.md)
- [LaunchWebInputResponse](docs/LaunchWebInputResponse.md)
- [ListAllMetricValuesResponse](docs/ListAllMetricValuesResponse.md)
- [ListAssetsResponse](docs/ListAssetsResponse.md)
- [ListBreakdownValuesResponse](docs/ListBreakdownValuesResponse.md)
- [ListBreakdownValuesResponseMeta](docs/ListBreakdownValuesResponseMeta.md)
- [ListDeliveryUsageResponse](docs/ListDeliveryUsageResponse.md)
- [ListDimensionValuesResponse](docs/ListDimensionValuesResponse.md)
- [ListDimensionsResponse](docs/ListDimensionsResponse.md)
Expand All @@ -309,6 +320,7 @@ Class | Method | HTTP request | Description
- [ListUploadsResponse](docs/ListUploadsResponse.md)
- [ListVideoViewExportsResponse](docs/ListVideoViewExportsResponse.md)
- [ListVideoViewsResponse](docs/ListVideoViewsResponse.md)
- [ListWebInputsResponse](docs/ListWebInputsResponse.md)
- [LiveStream](docs/LiveStream.md)
- [LiveStreamEmbeddedSubtitleSettings](docs/LiveStreamEmbeddedSubtitleSettings.md)
- [LiveStreamGeneratedSubtitleSettings](docs/LiveStreamGeneratedSubtitleSettings.md)
Expand All @@ -334,7 +346,9 @@ Class | Method | HTTP request | Description
- [RealTimeHistogramTimeseriesDatapoint](docs/RealTimeHistogramTimeseriesDatapoint.md)
- [RealTimeTimeseriesDatapoint](docs/RealTimeTimeseriesDatapoint.md)
- [ReferrerDomainRestriction](docs/ReferrerDomainRestriction.md)
- [ReloadWebInputResponse](docs/ReloadWebInputResponse.md)
- [Score](docs/Score.md)
- [ShutdownWebInputResponse](docs/ShutdownWebInputResponse.md)
- [SignalLiveStreamCompleteResponse](docs/SignalLiveStreamCompleteResponse.md)
- [SigningKey](docs/SigningKey.md)
- [SigningKeyResponse](docs/SigningKeyResponse.md)
Expand All @@ -357,12 +371,15 @@ Class | Method | HTTP request | Description
- [UpdateLiveStreamRequest](docs/UpdateLiveStreamRequest.md)
- [UpdateReferrerDomainRestrictionRequest](docs/UpdateReferrerDomainRestrictionRequest.md)
- [UpdateTranscriptionVocabularyRequest](docs/UpdateTranscriptionVocabularyRequest.md)
- [UpdateWebInputUrlRequest](docs/UpdateWebInputUrlRequest.md)
- [Upload](docs/Upload.md)
- [UploadError](docs/UploadError.md)
- [UploadResponse](docs/UploadResponse.md)
- [VideoView](docs/VideoView.md)
- [VideoViewEvent](docs/VideoViewEvent.md)
- [VideoViewResponse](docs/VideoViewResponse.md)
- [WebInput](docs/WebInput.md)
- [WebInputResponse](docs/WebInputResponse.md)


## Documentation for Authorization
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = 'com.mux'
version = '0.7.3'
version = '0.8.0'

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions docs/Asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Name | Type | Description | Notes
**maxStoredResolution** | [**MaxStoredResolutionEnum**](#MaxStoredResolutionEnum) | This field is deprecated. Please use &#x60;resolution_tier&#x60; instead. The maximum resolution that has been stored for the asset. The asset may be delivered at lower resolutions depending on the device and bandwidth, however it cannot be delivered at a higher value than is stored. | [optional]
**resolutionTier** | [**ResolutionTierEnum**](#ResolutionTierEnum) | The resolution tier that the asset was ingested at, affecting billing for ingest &amp; storage. This field also represents the highest resolution tier that the content can be delivered at, however the actual resolution may be lower depending on the device, bandwidth, and exact resolution of the uploaded asset. | [optional]
**maxResolutionTier** | [**MaxResolutionTierEnum**](#MaxResolutionTierEnum) | Max resolution tier can be used to control the maximum &#x60;resolution_tier&#x60; your asset is encoded, stored, and streamed at. If not set, this defaults to &#x60;1080p&#x60;. | [optional]
**encodingTier** | [**EncodingTierEnum**](#EncodingTierEnum) | The encoding tier informs the cost, quality, and available platform features for the asset. By default the &#x60;smart&#x60; encoding tier is used. [See the guide for more details.](https://docs.mux.com/guides/video/use-encoding-tiers) | [optional]
**encodingTier** | [**EncodingTierEnum**](#EncodingTierEnum) | The encoding tier informs the cost, quality, and available platform features for the asset. By default the &#x60;smart&#x60; encoding tier is used. [See the guide for more details.](https://docs.mux.com/guides/use-encoding-tiers) | [optional]
**maxStoredFrameRate** | **Double** | The maximum frame rate that has been stored for the asset. The asset may be delivered at lower frame rates depending on the device and bandwidth, however it cannot be delivered at a higher value than is stored. This field may return -1 if the frame rate of the input cannot be reliably determined. | [optional]
**aspectRatio** | **String** | The aspect ratio of the asset in the form of &#x60;width:height&#x60;, for example &#x60;16:9&#x60;. | [optional]
**playbackIds** | [**java.util.List&lt;PlaybackID&gt;**](PlaybackID.md) | An array of Playback ID objects. Use these to create HLS playback URLs. See [Play your videos](https://docs.mux.com/guides/video/play-your-videos) for more details. | [optional]
**playbackIds** | [**java.util.List&lt;PlaybackID&gt;**](PlaybackID.md) | An array of Playback ID objects. Use these to create HLS playback URLs. See [Play your videos](https://docs.mux.com/guides/play-your-videos) for more details. | [optional]
**tracks** | [**java.util.List&lt;Track&gt;**](Track.md) | The individual media tracks that make up an asset. | [optional]
**errors** | [**AssetErrors**](AssetErrors.md) | | [optional]
**perTitleEncode** | **Boolean** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/AssetMaster.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# AssetMaster

An object containing the current status of Master Access and the link to the Master MP4 file when ready. This object does not exist if `master_acess` is set to `none` and when the temporary URL expires.
An object containing the current status of Master Access and the link to the Master MP4 file when ready. This object does not exist if `master_access` is set to `none` and when the temporary URL expires.
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/AssetNonStandardInputReasons.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# AssetNonStandardInputReasons

An object containing one or more reasons the input file is non-standard. See [the guide on minimizing processing time](https://docs.mux.com/guides/video/minimize-processing-time) for more information on what a standard input is defined as. This object only exists on on-demand assets that have non-standard inputs, so if missing you can assume the input qualifies as standard.
An object containing one or more reasons the input file is non-standard. See [the guide on minimizing processing time](https://docs.mux.com/guides/minimize-processing-time) for more information on what a standard input is defined as. This object only exists on on-demand assets that have non-standard inputs, so if missing you can assume the input qualifies as standard.
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/AssetStaticRenditions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# AssetStaticRenditions

An object containing the current status of any static renditions (mp4s). The object does not exist if no static renditions have been requested. See [Download your videos](https://docs.mux.com/guides/video/download-your-videos) for more information.
An object containing the current status of any static renditions (mp4s). The object does not exist if no static renditions have been requested. See [Download your videos](https://docs.mux.com/guides/enable-static-mp4-renditions) for more information.
## Properties

Name | Type | Description | Notes
Expand Down
1 change: 1 addition & 0 deletions docs/BreakdownValue.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**views** | **Long** | | [optional]
**value** | **Double** | | [optional]
**totalWatchTime** | **Long** | | [optional]
**totalPlayingTime** | **Long** | | [optional]
**negativeImpact** | **Integer** | | [optional]
**field** | **String** | | [optional]

Expand Down
6 changes: 3 additions & 3 deletions docs/CreateAssetRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Name | Type | Description | Notes
**playbackPolicy** | **java.util.List&lt;PlaybackPolicy&gt;** | An array of playback policy names that you want applied to this asset and available through &#x60;playback_ids&#x60;. Options include: &#x60;\&quot;public\&quot;&#x60; (anyone with the playback URL can stream the asset). And &#x60;\&quot;signed\&quot;&#x60; (an additional access token is required to play the asset). If no playback_policy is set, the asset will have no playback IDs and will therefore not be playable. For simplicity, a single string name can be used in place of the array in the case of only one playback policy. | [optional]
**perTitleEncode** | **Boolean** | | [optional]
**passthrough** | **String** | Arbitrary user-supplied metadata that will be included in the asset details and related webhooks. Can be used to store your own ID for a video along with the asset. **Max: 255 characters**. | [optional]
**mp4Support** | [**Mp4SupportEnum**](#Mp4SupportEnum) | Specify what level (if any) of support for mp4 playback. In most cases you should use our default HLS-based streaming playback ({playback_id}.m3u8) which can automatically adjust to viewers&#39; connection speeds, but an mp4 can be useful for some legacy devices or downloading for offline playback. See the [Download your videos guide](/guides/video/download-your-videos) for more information. | [optional]
**mp4Support** | [**Mp4SupportEnum**](#Mp4SupportEnum) | Specify what level (if any) of support for mp4 playback. In most cases you should use our default HLS-based streaming playback ({playback_id}.m3u8) which can automatically adjust to viewers&#39; connection speeds, but an mp4 can be useful for some legacy devices or downloading for offline playback. See the [Download your videos guide](https://docs.mux.com/guides/enable-static-mp4-renditions) for more information. | [optional]
**normalizeAudio** | **Boolean** | Normalize the audio track loudness level. This parameter is only applicable to on-demand (not live) assets. | [optional]
**masterAccess** | [**MasterAccessEnum**](#MasterAccessEnum) | Specify what level (if any) of support for master access. Master access can be enabled temporarily for your asset to be downloaded. See the [Download your videos guide](/guides/video/download-your-videos) for more information. | [optional]
**masterAccess** | [**MasterAccessEnum**](#MasterAccessEnum) | Specify what level (if any) of support for master access. Master access can be enabled temporarily for your asset to be downloaded. See the [Download your videos guide](https://docs.mux.com/guides/enable-static-mp4-renditions) for more information. | [optional]
**test** | **Boolean** | Marks the asset as a test asset when the value is set to true. A Test asset can help evaluate the Mux Video APIs without incurring any cost. There is no limit on number of test assets created. Test asset are watermarked with the Mux logo, limited to 10 seconds, deleted after 24 hrs. | [optional]
**maxResolutionTier** | [**MaxResolutionTierEnum**](#MaxResolutionTierEnum) | Max resolution tier can be used to control the maximum &#x60;resolution_tier&#x60; your asset is encoded, stored, and streamed at. If not set, this defaults to &#x60;1080p&#x60;. | [optional]
**encodingTier** | [**EncodingTierEnum**](#EncodingTierEnum) | The encoding tier informs the cost, quality, and available platform features for the asset. By default the &#x60;smart&#x60; encoding tier is used. [See the guide for more details.](https://docs.mux.com/guides/video/use-encoding-tiers) | [optional]
**encodingTier** | [**EncodingTierEnum**](#EncodingTierEnum) | The encoding tier informs the cost, quality, and available platform features for the asset. By default the &#x60;smart&#x60; encoding tier is used. [See the guide for more details.](https://docs.mux.com/guides/use-encoding-tiers) | [optional]



Expand Down
Loading

0 comments on commit 9be6953

Please sign in to comment.