H264EncoderEncode Method (Byte, Int64) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public byte[] Encode(
byte[] d,
ref long timestamp
)
Public Function Encode (
d As Byte(),
ByRef timestamp As Long
) As Byte()
public:
array<unsigned char>^ Encode(
array<unsigned char>^ d,
long long% timestamp
)
member Encode :
d : byte[] *
timestamp : int64 byref -> byte[]
Parameters
- d
- Type: SystemByte
- timestamp
- Type: SystemInt64
Return Value
Type:
ByteSee Also