Show / Hide Table of Contents

Enum EncodeCount

Used with EncodeGetCount(Int32, EncodeCount) to define the type of count you want to get.

Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Enc.dll
Syntax
public enum EncodeCount : int

Cast

Get the bytes sent to the cast server.

In

Get the bytes sent to the encoder.

Out

Get the bytes received from the encoder.

Queue

Data currently in the queue, waiting to be sent to the encoder (if async encoding is enabled).

QueueFail

Data not queued due to the queue being full or out of memory (if async encoding is enabled).

QueueLimit

The queue's size limit (if async encoding is enabled).

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx