ElementSimpleBlockAddSample Method |
Namespace: StreamCoders.Container.ElementsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public override void AddSample(
MatroskaWriterConfiguration configuration,
long trackNumber,
MediaBuffer<byte> buffer,
long timeCodeScale,
long segmentTimeCode,
long clusterTimeCode
)
Public Overrides Sub AddSample (
configuration As MatroskaWriterConfiguration,
trackNumber As Long,
buffer As MediaBuffer(Of Byte),
timeCodeScale As Long,
segmentTimeCode As Long,
clusterTimeCode As Long
)
public:
virtual void AddSample(
MatroskaWriterConfiguration^ configuration,
long long trackNumber,
MediaBuffer<unsigned char>^ buffer,
long long timeCodeScale,
long long segmentTimeCode,
long long clusterTimeCode
) override
abstract AddSample :
configuration : MatroskaWriterConfiguration *
trackNumber : int64 *
buffer : MediaBuffer<byte> *
timeCodeScale : int64 *
segmentTimeCode : int64 *
clusterTimeCode : int64 -> unit
override AddSample :
configuration : MatroskaWriterConfiguration *
trackNumber : int64 *
buffer : MediaBuffer<byte> *
timeCodeScale : int64 *
segmentTimeCode : int64 *
clusterTimeCode : int64 -> unit
Parameters
- configuration
- Type: StreamCoders.ContainerMatroskaWriterConfiguration
- trackNumber
- Type: SystemInt64
- buffer
- Type: StreamCodersMediaBufferByte
- timeCodeScale
- Type: SystemInt64
- segmentTimeCode
- Type: SystemInt64
- clusterTimeCode
- Type: SystemInt64
See Also