* commit '684675f44ddb8792affbb54fdc194fa944c4ba43': Change visibility of RecordSource into public.
This commit is contained in:
@@ -55,8 +55,10 @@ public final class HdmiRecordSources {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Base class for each record source.
|
* Base class for each record source.
|
||||||
|
* @hide
|
||||||
*/
|
*/
|
||||||
static abstract class RecordSource {
|
@SystemApi
|
||||||
|
public static abstract class RecordSource {
|
||||||
protected final int mSourceType;
|
protected final int mSourceType;
|
||||||
protected final int mExtraDataSize;
|
protected final int mExtraDataSize;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user