MediaInfo.outputBufferGet

Output the written size when "File_Duplicate" option is used.

Output the written size when "File_Duplicate" option is used.

  1. size_t outputBufferGet(const(string) value)
    struct MediaInfo
    private public
    size_t
    outputBufferGet
    (
    const(string) value
    )
  2. size_t outputBufferGet(size_t pos)

Parameters

value const(string)

The unique name of the duplicated stream (begin with "memory://")

Return Value

Type: size_t

The size of the used buffer

Meta