Class MuxedStreamDeliveredEventArgs

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.Recorder.dll

    Provides data for the MuxedStreamDelivered event.

    public class MuxedStreamDeliveredEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    MuxedStreamDeliveredEventArgs

    Properties

    View Source

    Offset

    The file offset where the buffer will be written.

    Declaration
    public long Offset { get; }
    Property Value
    Type Description
    long
    View Source

    Stream

    Gets the stream buffer that will be recordered.

    Declaration
    public IMediaBuffer Stream { get; }
    Property Value
    Type Description
    IMediaBuffer
    Remarks

    This buffer is read-only and only valid in the event.
    Any attempt to access to this buffer after the event ends will throw an exception.

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