mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix grammar nit
PiperOrigin-RevId: 374186953
This commit is contained in:
parent
6a30af567f
commit
04d6c8ed19
1 changed files with 2 additions and 2 deletions
|
|
@ -112,11 +112,11 @@ public class PlaybackException extends Exception implements Bundleable {
|
||||||
// Content parsing errors (3xxx).
|
// Content parsing errors (3xxx).
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Caused by a parsing error associated to a media manifest. Examples of a media manifest are a
|
* Caused by a parsing error associated with a media manifest. Examples of a media manifest are a
|
||||||
* DASH or a SmoothStreaming manifest, or an HLS playlist.
|
* DASH or a SmoothStreaming manifest, or an HLS playlist.
|
||||||
*/
|
*/
|
||||||
public static final int ERROR_CODE_PARSING_MANIFEST_MALFORMED = 3001;
|
public static final int ERROR_CODE_PARSING_MANIFEST_MALFORMED = 3001;
|
||||||
/** Caused by a parsing error associated to a media container format bitstream. */
|
/** Caused by a parsing error associated with a media container format bitstream. */
|
||||||
public static final int ERROR_CODE_PARSING_CONTAINER_MALFORMED = 3002;
|
public static final int ERROR_CODE_PARSING_CONTAINER_MALFORMED = 3002;
|
||||||
/**
|
/**
|
||||||
* Caused by attempting to extract a file with an unsupported media container format, or an
|
* Caused by attempting to extract a file with an unsupported media container format, or an
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue