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 以下を除き、この後に使用できるバッファーはありません。

の Java ドキュメント android.media.MediaCodec.BUFFER_FLAG_END_OF_STREAM

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象