mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Fix some documentation nits.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148776593
This commit is contained in:
parent
ab8fd14724
commit
a9079f67aa
3 changed files with 5 additions and 2 deletions
|
|
@ -43,6 +43,9 @@ public final class GvrAudioProcessor implements AudioProcessor {
|
|||
private float y;
|
||||
private float z;
|
||||
|
||||
/**
|
||||
* Creates a new GVR audio processor.
|
||||
*/
|
||||
public GvrAudioProcessor() {
|
||||
// Use the identity for the initial orientation.
|
||||
w = 1f;
|
||||
|
|
|
|||
|
|
@ -484,7 +484,7 @@ public final class C {
|
|||
* {@link ExoPlayer#sendMessages} or {@link ExoPlayer#blockingSendMessages}. The message object
|
||||
* should be a {@link android.media.PlaybackParams}, or null, which will be used to configure the
|
||||
* underlying {@link android.media.AudioTrack}. The message object should not be modified by the
|
||||
* caller after it has been passed
|
||||
* caller after it has been passed.
|
||||
*/
|
||||
public static final int MSG_SET_PLAYBACK_PARAMS = 3;
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ import java.util.List;
|
|||
public final class DefaultTsPayloadReaderFactory implements TsPayloadReader.Factory {
|
||||
|
||||
/**
|
||||
* Flags controlling elementary stream readers behaviour.
|
||||
* Flags controlling elementary stream readers' behavior.
|
||||
*/
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
@IntDef(flag = true, value = {FLAG_ALLOW_NON_IDR_KEYFRAMES, FLAG_IGNORE_AAC_STREAM,
|
||||
|
|
|
|||
Loading…
Reference in a new issue