Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
346f8e67
authored
Aug 05, 2019
by
tonihei
Committed by
Oliver Woodman
Aug 05, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Turn on non-null-by-default for most extensions.
PiperOrigin-RevId: 261700729
parent
17a9030e
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
210 additions
and
1 deletions
extensions/cast/src/main/java/com/google/android/exoplayer2/ext/cast/package-info.java
extensions/cronet/src/main/java/com/google/android/exoplayer2/ext/cronet/package-info.java
extensions/ffmpeg/src/main/java/com/google/android/exoplayer2/ext/ffmpeg/package-info.java
extensions/flac/src/main/java/com/google/android/exoplayer2/ext/flac/package-info.java
extensions/ima/src/main/java/com/google/android/exoplayer2/ext/ima/ImaAdsLoader.java
extensions/ima/src/main/java/com/google/android/exoplayer2/ext/ima/package-info.java
extensions/jobdispatcher/src/main/java/com/google/android/exoplayer2/ext/jobdispatcher/package-info.java
extensions/leanback/src/main/java/com/google/android/exoplayer2/ext/leanback/package-info.java
extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/package-info.java
extensions/opus/src/main/java/com/google/android/exoplayer2/ext/opus/package-info.java
extensions/rtmp/src/main/java/com/google/android/exoplayer2/ext/rtmp/package-info.java
extensions/workmanager/src/main/java/com/google/android/exoplayer2/ext/workmanager/package-info.java
extensions/cast/src/main/java/com/google/android/exoplayer2/ext/cast/package-info.java
0 → 100644
View file @
346f8e67
/*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@NonNullApi
package
com
.
google
.
android
.
exoplayer2
.
ext
.
cast
;
import
com.google.android.exoplayer2.util.NonNullApi
;
extensions/cronet/src/main/java/com/google/android/exoplayer2/ext/cronet/package-info.java
0 → 100644
View file @
346f8e67
/*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@NonNullApi
package
com
.
google
.
android
.
exoplayer2
.
ext
.
cronet
;
import
com.google.android.exoplayer2.util.NonNullApi
;
extensions/ffmpeg/src/main/java/com/google/android/exoplayer2/ext/ffmpeg/package-info.java
0 → 100644
View file @
346f8e67
/*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@NonNullApi
package
com
.
google
.
android
.
exoplayer2
.
ext
.
ffmpeg
;
import
com.google.android.exoplayer2.util.NonNullApi
;
extensions/flac/src/main/java/com/google/android/exoplayer2/ext/flac/package-info.java
0 → 100644
View file @
346f8e67
/*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@NonNullApi
package
com
.
google
.
android
.
exoplayer2
.
ext
.
flac
;
import
com.google.android.exoplayer2.util.NonNullApi
;
extensions/ima/src/main/java/com/google/android/exoplayer2/ext/ima/ImaAdsLoader.java
View file @
346f8e67
...
@@ -426,7 +426,7 @@ public final class ImaAdsLoader
...
@@ -426,7 +426,7 @@ public final class ImaAdsLoader
* @deprecated Use {@link ImaAdsLoader.Builder}.
* @deprecated Use {@link ImaAdsLoader.Builder}.
*/
*/
@Deprecated
@Deprecated
public
ImaAdsLoader
(
Context
context
,
Uri
adTagUri
,
ImaSdkSettings
imaSdkSettings
)
{
public
ImaAdsLoader
(
Context
context
,
Uri
adTagUri
,
@Nullable
ImaSdkSettings
imaSdkSettings
)
{
this
(
this
(
context
,
context
,
adTagUri
,
adTagUri
,
...
...
extensions/ima/src/main/java/com/google/android/exoplayer2/ext/ima/package-info.java
0 → 100644
View file @
346f8e67
/*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@NonNullApi
package
com
.
google
.
android
.
exoplayer2
.
ext
.
ima
;
import
com.google.android.exoplayer2.util.NonNullApi
;
extensions/jobdispatcher/src/main/java/com/google/android/exoplayer2/ext/jobdispatcher/package-info.java
0 → 100644
View file @
346f8e67
/*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@NonNullApi
package
com
.
google
.
android
.
exoplayer2
.
ext
.
jobdispatcher
;
import
com.google.android.exoplayer2.util.NonNullApi
;
extensions/leanback/src/main/java/com/google/android/exoplayer2/ext/leanback/package-info.java
0 → 100644
View file @
346f8e67
/*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@NonNullApi
package
com
.
google
.
android
.
exoplayer2
.
ext
.
leanback
;
import
com.google.android.exoplayer2.util.NonNullApi
;
extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/package-info.java
0 → 100644
View file @
346f8e67
/*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@NonNullApi
package
com
.
google
.
android
.
exoplayer2
.
ext
.
okhttp
;
import
com.google.android.exoplayer2.util.NonNullApi
;
extensions/opus/src/main/java/com/google/android/exoplayer2/ext/opus/package-info.java
0 → 100644
View file @
346f8e67
/*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@NonNullApi
package
com
.
google
.
android
.
exoplayer2
.
ext
.
opus
;
import
com.google.android.exoplayer2.util.NonNullApi
;
extensions/rtmp/src/main/java/com/google/android/exoplayer2/ext/rtmp/package-info.java
0 → 100644
View file @
346f8e67
/*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@NonNullApi
package
com
.
google
.
android
.
exoplayer2
.
ext
.
rtmp
;
import
com.google.android.exoplayer2.util.NonNullApi
;
extensions/workmanager/src/main/java/com/google/android/exoplayer2/ext/workmanager/package-info.java
0 → 100644
View file @
346f8e67
/*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@NonNullApi
package
com
.
google
.
android
.
exoplayer2
.
ext
.
workmanager
;
import
com.google.android.exoplayer2.util.NonNullApi
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment