다음을 통해 공유


MediaCodec.InfoOutputFormatChanged 필드

정의

주의

This constant will be removed in the future version. Use Android.Media.MediaCodecInfoState enum directly instead of this field.

출력 형식이 변경되었습니다. 후속 데이터는 새 형식을 따릅니다.

[Android.Runtime.Register("INFO_OUTPUT_FORMAT_CHANGED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecInfoState enum directly instead of this field.", true)]
public const Android.Media.MediaCodecInfoState InfoOutputFormatChanged = -2;
[<Android.Runtime.Register("INFO_OUTPUT_FORMAT_CHANGED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecInfoState enum directly instead of this field.", true)>]
val mutable InfoOutputFormatChanged : Android.Media.MediaCodecInfoState

필드 값

Value = -2
특성

설명

출력 형식이 변경되었습니다. 후속 데이터는 새 형식을 따릅니다. #getOutputFormat() 는 새 형식을 반환합니다. 새 #getOutputFormat(int) 메서드를 사용하여 특정 출력 버퍼의 형식을 가져올 수도 있습니다. 이렇게 하면 출력 형식 변경 내용을 추적할 필요가 없습니다.

에 대한 android.media.MediaCodec.INFO_OUTPUT_FORMAT_CHANGEDJava 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상