MediaItem.MinPacketSize Property

Gets or sets the minimum size of a packet in bytes.

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Property MinPacketSize As Nullable(Of Integer)
'Usage
Dim instance As MediaItem
Dim value As Nullable(Of Integer)

value = instance.MinPacketSize

instance.MinPacketSize = value
public Nullable<int> MinPacketSize { get; set; }
public:
property Nullable<int> MinPacketSize {
    Nullable<int> get ();
    void set (Nullable<int> value);
}

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

MediaItem Class
MediaItem Members
Microsoft.Expression.Encoder Namespace