H264AccessUnitToolExpandStorageAccessUnit Method (MediaBufferByte) |
Expands AVC access units to StartCode + NAL.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic MediaBuffer<byte> ExpandStorageAccessUnit(
MediaBuffer<byte> input
)
Public Function ExpandStorageAccessUnit (
input As MediaBuffer(Of Byte)
) As MediaBuffer(Of Byte)
public:
MediaBuffer<unsigned char>^ ExpandStorageAccessUnit(
MediaBuffer<unsigned char>^ input
)
member ExpandStorageAccessUnit :
input : MediaBuffer<byte> -> MediaBuffer<byte>
Parameters
- input
- Type: StreamCodersMediaBufferByte
Data containing access units.
Return Value
Type:
MediaBufferByte
Returns NALs, otherwise null.
See Also