MediaCodec.BufferFlagEndOfStream 字段

定义

注意

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

这表示流结束,即 i.

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

字段值

Value = 4
属性

注解

这表示流的结尾,即在此之后不会提供缓冲区,除非当然 #flush ,否则不会提供缓冲区。

适用于 . 的 android.media.MediaCodec.BUFFER_FLAG_END_OF_STREAMJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于