Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static bool NaluIsSps(
byte[] nalu
)
Public Shared Function NaluIsSps (
nalu As Byte()
) As Boolean
public:
static bool NaluIsSps(
array<unsigned char>^ nalu
)
static member NaluIsSps :
nalu : byte[] -> bool
Parameters
- nalu
- Type: SystemByte
Return Value
Type:
BooleanSee Also