Skip to content

Commit 5c72018

Browse files
1 parent 2d1f105 commit 5c72018

File tree

5 files changed

+18
-15
lines changed

5 files changed

+18
-15
lines changed

clients/google-api-services-transcoder/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-transcoder</artifactId>
25-
<version>v1-rev20240626-2.0.0</version>
25+
<version>v1-rev20241009-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-transcoder:v1-rev20240626-2.0.0'
38+
implementation 'com.google.apis:google-api-services-transcoder:v1-rev20241009-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-transcoder/v1/2.0.0/com/google/api/services/transcoder/v1/model/AudioStream.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public final class AudioStream extends com.google.api.client.json.GenericJson {
5656

5757
/**
5858
* The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-
59-
* he` - `aac-he-v2` - `mp3` - `ac3` - `eac3`
59+
* he` - `aac-he-v2` - `mp3` - `ac3` - `eac3` - `vorbis`
6060
* The value may be {@code null}.
6161
*/
6262
@com.google.api.client.util.Key
@@ -159,7 +159,7 @@ public AudioStream setChannelLayout(java.util.List<java.lang.String> channelLayo
159159

160160
/**
161161
* The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-
162-
* he` - `aac-he-v2` - `mp3` - `ac3` - `eac3`
162+
* he` - `aac-he-v2` - `mp3` - `ac3` - `eac3` - `vorbis`
163163
* @return value or {@code null} for none
164164
*/
165165
public java.lang.String getCodec() {
@@ -168,7 +168,7 @@ public java.lang.String getCodec() {
168168

169169
/**
170170
* The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-
171-
* he` - `aac-he-v2` - `mp3` - `ac3` - `eac3`
171+
* he` - `aac-he-v2` - `mp3` - `ac3` - `eac3` - `vorbis`
172172
* @param codec codec or {@code null} for none
173173
*/
174174
public AudioStream setCodec(java.lang.String codec) {

clients/google-api-services-transcoder/v1/2.0.0/com/google/api/services/transcoder/v1/model/MuxStream.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ public final class MuxStream extends com.google.api.client.json.GenericJson {
3131

3232
/**
3333
* The container format. The default is `mp4` Supported container formats: - `ts` - `fmp4`- the
34-
* corresponding file extension is `.m4s` - `mp4` - `vtt` See also: [Supported input and output
35-
* formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats)
34+
* corresponding file extension is `.m4s` - `mp4` - `vtt` - `ogg` See also: [Supported input and
35+
* output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-
36+
* formats)
3637
* The value may be {@code null}.
3738
*/
3839
@com.google.api.client.util.Key
@@ -84,8 +85,9 @@ public final class MuxStream extends com.google.api.client.json.GenericJson {
8485

8586
/**
8687
* The container format. The default is `mp4` Supported container formats: - `ts` - `fmp4`- the
87-
* corresponding file extension is `.m4s` - `mp4` - `vtt` See also: [Supported input and output
88-
* formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats)
88+
* corresponding file extension is `.m4s` - `mp4` - `vtt` - `ogg` See also: [Supported input and
89+
* output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-
90+
* formats)
8991
* @return value or {@code null} for none
9092
*/
9193
public java.lang.String getContainer() {
@@ -94,8 +96,9 @@ public java.lang.String getContainer() {
9496

9597
/**
9698
* The container format. The default is `mp4` Supported container formats: - `ts` - `fmp4`- the
97-
* corresponding file extension is `.m4s` - `mp4` - `vtt` See also: [Supported input and output
98-
* formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats)
99+
* corresponding file extension is `.m4s` - `mp4` - `vtt` - `ogg` See also: [Supported input and
100+
* output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-
101+
* formats)
99102
* @param container container or {@code null} for none
100103
*/
101104
public MuxStream setContainer(java.lang.String container) {

clients/google-api-services-transcoder/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-transcoder</artifactId>
11-
<version>v1-rev20240626-2.0.0</version>
12-
<name>Transcoder API v1-rev20240626-2.0.0</name>
11+
<version>v1-rev20241009-2.0.0</version>
12+
<name>Transcoder API v1-rev20241009-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-transcoder/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-transcoder</artifactId>
25-
<version>v1-rev20240626-2.0.0</version>
25+
<version>v1-rev20241009-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-transcoder:v1-rev20240626-2.0.0'
38+
implementation 'com.google.apis:google-api-services-transcoder:v1-rev20241009-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)