Class MediaPacketSourceConfiguration

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Provides means to configure properties and handle event for MediaPacketSource.

    public class MediaPacketSourceConfiguration
    Inheritance
    object
    MediaPacketSourceConfiguration

    Events

    View Source

    BufferStatusChanged

    Occurs when the status of buffer is underruns or overflows.

    Declaration
    public event EventHandler<MediaPacketBufferStatusChangedEventArgs> BufferStatusChanged
    Event Type
    Type Description
    System.EventHandler<TEventArgs><MediaPacketBufferStatusChangedEventArgs>
    Remarks

    The event handler will be executed on an internal thread.

    See Also
    MediaPacketSource

    See Also

    MediaPacketSource
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX