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
65001cc0
authored
Sep 13, 2021
by
Marcus Wichelmann
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Added javadoc comments to HevcConfig
parent
45db77dc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
library/extractor/src/main/java/com/google/android/exoplayer2/video/HevcConfig.java
library/extractor/src/main/java/com/google/android/exoplayer2/video/HevcConfig.java
View file @
65001cc0
...
@@ -116,11 +116,19 @@ public final class HevcConfig {
...
@@ -116,11 +116,19 @@ public final class HevcConfig {
* @see com.google.android.exoplayer2.Format#initializationData
* @see com.google.android.exoplayer2.Format#initializationData
*/
*/
@Nullable
public
final
List
<
byte
[]>
initializationData
;
@Nullable
public
final
List
<
byte
[]>
initializationData
;
/** The length of the NAL unit length field in the bitstream's container, in bytes. */
/** The length of the NAL unit length field in the bitstream's container, in bytes. */
public
final
int
nalUnitLengthFieldLength
;
public
final
int
nalUnitLengthFieldLength
;
/** The width of the encoded picture in luma samples. */
public
final
int
width
;
public
final
int
width
;
/** The height of the encoded picture in luma samples. */
public
final
int
height
;
public
final
int
height
;
/** The pixel aspect ratio. */
public
final
float
pixelWidthHeightRatio
;
public
final
float
pixelWidthHeightRatio
;
/**
/**
* An RFC 6381 codecs string representing the video format, or {@code null} if not known.
* An RFC 6381 codecs string representing the video format, or {@code null} if not known.
*
*
...
...
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