H264EncoderEncode(Byte, Int64) Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 Byte
-
- timestamp Int64
-
Return Value
Byte
See Also